#804238

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

Shades of Red Robin #804238

Tints of Red Robin #804238

Color information

#804238 (or 0x804238) is unknown color: approx Red Robin. HEX triplet: 80, 42 and 38. RGB value is (128,66,56). Sum of RGB (Red+Green+Blue) = 128+66+56=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #804238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804238 is #7FBDC7. Grayscale: #535353. Windows color (decimal): -8371656 or 3687040. OLE color: 3687040.

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

Color convert

RGB1286656-
CMYK00.480.560.50
HSL8.33º39.13%36.08%-
HSV(B)8.33º56.25%50.2%-
XYZ11.568.774.82-
YUV83.4112.54159.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.2%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 56 (22.27% from 255) = 22.4%
R=51.2%
G=26.4%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128665600.480.560.508.3339.1336.08
Hex804238030383282724
Octal200102700607062104744
Binary10000000100001011100001100001110001100101000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804238; }

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

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

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

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

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

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

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

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