Html Css Color HEX #84413E Red Robin

📋 copy color: '#84413E'

red 132 ◦ green 65 ◦ blue 62

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

Shades of Red Robin #84413E

Tints of Red Robin #84413E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.1%

 BLUE value IS 62 (24.61% from 255) = 23.94%

R = 50.97%
G = 25.1%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#84413E (or 0x84413E) is known color: Red Robin. HEX triplet: 84, 41 and 3E. RGB value is (132,65,62). Sum of RGB (Red+Green+Blue) = 132+65+62=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84413E is #7BBEC1. Grayscale: #545454. Windows color (decimal): -8109762 or 4080004. OLE color: 4080004.

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

Color convert

RGB 132 65 62 -
CMYK 0 0.51 0.53 0.48
HSL 2.57º 0.36% 0.38% -
HSV(B) 2.57º 0.53% 0.52% -
XYZ 12.28 9.03 5.65 -
YUV 84.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 132 65 62 0 0.51 0.53 0.48 2.57 0.36 0.38
Hex 84 41 3E 0 33 35 30 3 24 26
Octal 204 101 76 0 63 65 60 3 44 46
Binary 10000100 1000001 111110 0 110011 110101 110000 11 100100 100110

Color Harmonies of #84413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84413E

Black with #84413E

Text Example


Text Example

White with #84413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84413E; }

 p { color: rgb(132,65,62); }

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

background-color css

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

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

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

border-color css

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

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

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