#80423A

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

Shades of Red Robin #80423A

Tints of Red Robin #80423A

Color information

#80423A (or 0x80423A) is unknown color: approx Red Robin. HEX triplet: 80, 42 and 3A. RGB value is (128,66,58). Sum of RGB (Red+Green+Blue) = 128+66+58=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #80423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80423A is #7FBDC5. Grayscale: #535353. Windows color (decimal): -8371654 or 3818112. OLE color: 3818112.

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

Color convert

RGB1286658-
CMYK00.480.550.50
HSL6.86º37.63%36.47%-
HSV(B)6.86º54.69%50.2%-
XYZ11.618.795.09-
YUV83.63113.54159.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.79%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=50.79%
G=26.19%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128665800.480.550.506.8637.6336.47
Hex80423A030373272624
Octal20010272060676274644
Binary1000000010000101110100110000110111110010111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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