Html Css Color HEX #804242 Red Robin

📋 copy color: '#804242'

red 128 ◦ green 66 ◦ blue 66

#804242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Robin #804242

Tints of Red Robin #804242

RGB

 RED value IS 128 (50.39% from 255) = 49.23%

 GREEN value IS 66 (26.17% from 255) = 25.38%

 BLUE value IS 66 (26.17% from 255) = 25.38%

R = 49.23%
G = 25.38%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#804242 (or 0x804242) is known color: Red Robin. HEX triplet: 80, 42 and 42. RGB value is (128,66,66). Sum of RGB (Red+Green+Blue) = 128+66+66=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #804242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804242 is #7FBDBD. Grayscale: #545454. Windows color (decimal): -8371646 or 4342400. OLE color: 4342400.

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

Color convert

RGB 128 66 66 -
CMYK 0 0.48 0.48 0.50
HSL 0.32% 0.38% -
HSV(B) 0.48% 0.5% -
XYZ 11.83 8.88 6.24 -
YUV 84.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 128 66 66 0 0.48 0.48 0.50 0 0.32 0.38
Hex 80 42 42 0 30 30 32 0 20 26
Octal 200 102 102 0 60 60 62 0 40 46
Binary 10000000 1000010 1000010 0 110000 110000 110010 0 100000 100110

Color Harmonies of #804242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804242

Black with #804242

Text Example


Text Example

White with #804242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804242; }

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

 H1.HeaderClassName
 {
   color: #804242;
 }
 .AnyTagClassName
 {
   color: #804242;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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