Html Css Color HEX #844640 Red Robin

📋 copy color: '#844640'

red 132 ◦ green 70 ◦ blue 64

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

Shades of Red Robin #844640

Tints of Red Robin #844640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.32%

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

R = 49.62%
G = 26.32%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#844640 (or 0x844640) is known color: Red Robin. HEX triplet: 84, 46 and 40. RGB value is (132,70,64). Sum of RGB (Red+Green+Blue) = 132+70+64=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #844640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844640 is #7BB9BF. Grayscale: #575757. Windows color (decimal): -8108480 or 4212356. OLE color: 4212356.

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

Color convert

RGB 132 70 64 -
CMYK 0 0.47 0.52 0.48
HSL 5.29º 0.35% 0.38% -
HSV(B) 5.29º 0.52% 0.52% -
XYZ 12.63 9.66 6.05 -
YUV 87.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 132 70 64 0 0.47 0.52 0.48 5.29 0.35 0.38
Hex 84 46 40 0 2F 34 30 5 23 26
Octal 204 106 100 0 57 64 60 5 43 46
Binary 10000100 1000110 1000000 0 101111 110100 110000 101 100011 100110

Color Harmonies of #844640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844640

Black with #844640

Text Example


Text Example

White with #844640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844640; }

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

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

background-color css

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

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

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

border-color css

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

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

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