Html Css Color HEX #864340 Red Robin

📋 copy color: '#864340'

red 134 ◦ green 67 ◦ blue 64

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

Shades of Red Robin #864340

Tints of Red Robin #864340

RGB

 RED value IS 134 (52.73% from 255) = 50.57%

 GREEN value IS 67 (26.56% from 255) = 25.28%

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

R = 50.57%
G = 25.28%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#864340 (or 0x864340) is known color: Red Robin. HEX triplet: 86, 43 and 40. RGB value is (134,67,64). Sum of RGB (Red+Green+Blue) = 134+67+64=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #864340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864340 is #79BCBF. Grayscale: #565656. Windows color (decimal): -7978176 or 4211590. OLE color: 4211590.

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

Color convert

RGB 134 67 64 -
CMYK 0 0.5 0.52 0.47
HSL 2.57º 0.35% 0.39% -
HSV(B) 2.57º 0.52% 0.53% -
XYZ 12.76 9.45 6 -
YUV 86.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 134 67 64 0 0.5 0.52 0.47 2.57 0.35 0.39
Hex 86 43 40 0 32 34 2F 3 23 27
Octal 206 103 100 0 62 64 57 3 43 47
Binary 10000110 1000011 1000000 0 110010 110100 101111 11 100011 100111

Color Harmonies of #864340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864340

Black with #864340

Text Example


Text Example

White with #864340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864340; }

 p { color: rgb(134,67,64); }

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

background-color css

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

 a { background-color: rgb(134,67,64); }

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

border-color css

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

 span { border-color: rgb(134,67,64); }

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