#80403D

Color #80403D Red Robin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Robin #80403D

Tints of Red Robin #80403D

Color information

#80403D (or 0x80403D) is unknown color: approx Red Robin. HEX triplet: 80, 40 and 3D. RGB value is (128,64,61). Sum of RGB (Red+Green+Blue) = 128+64+61=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #80403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80403D is #7FBFC2. Grayscale: #525252. Windows color (decimal): -8372163 or 4014208. OLE color: 4014208.

HSL color Cylindrical-coordinate representation of color #80403D: hue angle of 2.69º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80403D is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB1286461-
CMYK00.50.520.50
HSL2.69º35.45%37.06%-
HSV(B)2.69º52.34%50.2%-
XYZ11.588.595.46-
YUV82.79115.7160.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 50.59%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=50.59%
G=25.30%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128646100.50.520.502.6935.4537.06
Hex80403D032343232325
Octal20010075062646234345
Binary100000001000000111101011001011010011001011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80403D; }

 p { color: rgb(128,64,61); }

 H1.HeaderClassName
 {
   color: #80403D;
 }
 .AnyTagClassName
 {
   color: #80403D;
 }
</style>
background-color css

<style>
 a { background-color: #80403D; }

 a { background-color: rgb(128,64,61); }

 div.DivClassName
 {
   background-color: #80403D;
 }
 .BgClassName
 {
   background-color: #80403D;
 }
</style>
border-color css

<style>
 span { border-color: #80403D; }

 span { border-color: rgb(128,64,61); }

 td.TdClassName
 {
   border-color: #80403D;
 }
 .TagClassName
 {
   border-color: #80403D;
 }
</style>