#80433F

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

Shades of Red Robin #80433F

Tints of Red Robin #80433F

Color information

#80433F (or 0x80433F) is unknown color: approx Red Robin. HEX triplet: 80, 43 and 3F. RGB value is (128,67,63). Sum of RGB (Red+Green+Blue) = 128+67+63=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80433F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80433F is #7FBCC0. Grayscale: #545454. Windows color (decimal): -8371393 or 4146048. OLE color: 4146048.

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

Color convert

RGB1286763-
CMYK00.480.510.50
HSL3.69º34.03%37.45%-
HSV(B)3.69º50.78%50.2%-
XYZ11.818.965.81-
YUV84.78115.71158.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.61%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 63 (25% from 255) = 24.42%
R=49.61%
G=25.97%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128676300.480.510.503.6934.0337.45
Hex80433F030333242225
Octal20010377060636244245
Binary1000000010000111111110110000110011110010100100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80433F; }

 p { color: rgb(128,67,63); }

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

<style>
 a { background-color: #80433F; }

 a { background-color: rgb(128,67,63); }

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

<style>
 span { border-color: #80433F; }

 span { border-color: rgb(128,67,63); }

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