Html Css Color HEX #844242 Red Robin

📋 copy color: '#844242'

red 132 ◦ green 66 ◦ blue 66

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

Shades of Red Robin #844242

Tints of Red Robin #844242

RGB

 RED value IS 132 (51.95% from 255) = 50%

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

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

R = 50%
G = 25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#844242 (or 0x844242) is known color: Red Robin. HEX triplet: 84, 42 and 42. RGB value is (132,66,66). Sum of RGB (Red+Green+Blue) = 132+66+66=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #844242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844242 is #7BBDBD. Grayscale: #555555. Windows color (decimal): -8109502 or 4342404. OLE color: 4342404.

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

Color convert

RGB 132 66 66 -
CMYK 0 0.5 0.5 0.48
HSL 0.33% 0.39% -
HSV(B) 0.5% 0.52% -
XYZ 12.45 9.2 6.27 -
YUV 85.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 132 66 66 0 0.5 0.5 0.48 0 0.33 0.39
Hex 84 42 42 0 32 32 30 0 21 27
Octal 204 102 102 0 62 62 60 0 41 47
Binary 10000100 1000010 1000010 0 110010 110010 110000 0 100001 100111

Color Harmonies of #844242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844242

Black with #844242

Text Example


Text Example

White with #844242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844242; }

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

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

background-color css

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

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

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

border-color css

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

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

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