#804335

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

Shades of Red Robin #804335

Tints of Red Robin #804335

Color information

#804335 (or 0x804335) is unknown color: approx Red Robin. HEX triplet: 80, 43 and 35. RGB value is (128,67,53). Sum of RGB (Red+Green+Blue) = 128+67+53=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #804335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804335 is #7FBCCA. Grayscale: #535353. Windows color (decimal): -8371403 or 3490688. OLE color: 3490688.

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

Color convert

RGB1286753-
CMYK00.480.590.50
HSL11.2º41.44%35.49%-
HSV(B)11.2º58.59%50.2%-
XYZ11.558.864.47-
YUV83.64110.71159.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.61%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 53 (21.09% from 255) = 21.37%
R=51.61%
G=27.02%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128675300.480.590.5011.241.4435.49
Hex8043350303B32b2923
Octal200103650607362135143
Binary10000000100001111010101100001110111100101011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804335; }

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

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

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

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

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

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

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

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