#804438

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

Shades of Red Robin #804438

Tints of Red Robin #804438

Color information

#804438 (or 0x804438) is unknown color: approx Red Robin. HEX triplet: 80, 44 and 38. RGB value is (128,68,56). Sum of RGB (Red+Green+Blue) = 128+68+56=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #804438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804438 is #7FBBC7. Grayscale: #545454. Windows color (decimal): -8371144 or 3687552. OLE color: 3687552.

HSL color Cylindrical-coordinate representation of color #804438: hue angle of 10º 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 #804438 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB1286856-
CMYK00.470.560.50
HSL10º39.13%36.08%-
HSV(B)10º56.25%50.2%-
XYZ11.689.014.86-
YUV84.57111.88158.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.79%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 56 (22.27% from 255) = 22.22%
R=50.79%
G=26.98%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128685600.470.560.501039.1336.08
Hex80443802F3832a2724
Octal200104700577062124744
Binary10000000100010011100001011111110001100101010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804438; }

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

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

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

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

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

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

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

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