#80423C

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

Shades of Red Robin #80423C

Tints of Red Robin #80423C

Color information

#80423C (or 0x80423C) is unknown color: approx Red Robin. HEX triplet: 80, 42 and 3C. RGB value is (128,66,60). Sum of RGB (Red+Green+Blue) = 128+66+60=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80423C is #7FBDC3. Grayscale: #535353. Windows color (decimal): -8371652 or 3949184. OLE color: 3949184.

HSL color Cylindrical-coordinate representation of color #80423C: hue angle of 5.29º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80423C is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB1286660-
CMYK00.480.530.50
HSL5.29º36.17%36.86%-
HSV(B)5.29º53.12%50.2%-
XYZ11.678.815.36-
YUV83.85114.54159.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.39%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 60 (23.83% from 255) = 23.62%
R=50.39%
G=25.98%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128666000.480.530.505.2936.1736.86
Hex80423C030353252425
Octal20010274060656254445
Binary1000000010000101111000110000110101110010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80423C; }

 p { color: rgb(128,66,60); }

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

<style>
 a { background-color: #80423C; }

 a { background-color: rgb(128,66,60); }

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

<style>
 span { border-color: #80423C; }

 span { border-color: rgb(128,66,60); }

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