Html Css Color HEX #844240 Red Robin

📋 copy color: '#844240'

red 132 ◦ green 66 ◦ blue 64

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

Shades of Red Robin #844240

Tints of Red Robin #844240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.43%

R = 50.38%
G = 25.19%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#844240 (or 0x844240) is known color: Red Robin. HEX triplet: 84, 42 and 40. RGB value is (132,66,64). Sum of RGB (Red+Green+Blue) = 132+66+64=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #844240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844240 is #7BBDBF. Grayscale: #555555. Windows color (decimal): -8109504 or 4211332. OLE color: 4211332.

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

Color convert

RGB 132 66 64 -
CMYK 0 0.5 0.52 0.48
HSL 1.76º 0.35% 0.38% -
HSV(B) 1.76º 0.52% 0.52% -
XYZ 12.39 9.17 5.97 -
YUV 85.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 132 66 64 0 0.5 0.52 0.48 1.76 0.35 0.38
Hex 84 42 40 0 32 34 30 2 23 26
Octal 204 102 100 0 62 64 60 2 43 46
Binary 10000100 1000010 1000000 0 110010 110100 110000 10 100011 100110

Color Harmonies of #844240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844240

Black with #844240

Text Example


Text Example

White with #844240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844240; }

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

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

background-color css

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

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

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

border-color css

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

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

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