#80403B

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

Shades of Red Robin #80403B

Tints of Red Robin #80403B

Color information

#80403B (or 0x80403B) is unknown color: approx Red Robin. HEX triplet: 80, 40 and 3B. RGB value is (128,64,59). Sum of RGB (Red+Green+Blue) = 128+64+59=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #80403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80403B is #7FBFC4. Grayscale: #525252. Windows color (decimal): -8372165 or 3883136. OLE color: 3883136.

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

Color convert

RGB1286459-
CMYK00.50.540.50
HSL4.35º36.9%36.67%-
HSV(B)4.35º53.91%50.2%-
XYZ11.528.575.18-
YUV82.57114.7160.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.00%
GREEN value IS 64 (25.39% from 255) = 25.50%
BLUE value IS 59 (23.44% from 255) = 23.51%
R=51.00%
G=25.50%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128645900.50.540.504.3536.936.67
Hex80403B032363242525
Octal20010073062666244545
Binary1000000010000001110110110010110110110010100100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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