Html Css Color HEX #862D32 Flame Red

📋 copy color: '#862D32'

red 134 ◦ green 45 ◦ blue 50

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

Shades of Flame Red #862D32

Tints of Flame Red #862D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.65%

 BLUE value IS 50 (19.92% from 255) = 21.83%

R = 58.52%
G = 19.65%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#862D32 (or 0x862D32) is known color: Flame Red. HEX triplet: 86, 2D and 32. RGB value is (134,45,50). Sum of RGB (Red+Green+Blue) = 134+45+50=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #862D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D32 is #79D2CD. Grayscale: #484848. Windows color (decimal): -7983822 or 3288454. OLE color: 3288454.

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

Color convert

RGB 134 45 50 -
CMYK 0 0.66 0.63 0.47
HSL 356.63º 0.5% 0.35% -
HSV(B) 356.63º 0.66% 0.53% -
XYZ 11.35 7.18 3.8 -
YUV 72.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 134 45 50 0 0.66 0.63 0.47 356.63 0.5 0.35
Hex 86 2D 32 0 42 3F 2F 165 32 23
Octal 206 55 62 0 102 77 57 545 62 43
Binary 10000110 101101 110010 0 1000010 111111 101111 101100101 110010 100011

Color Harmonies of #862D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862D32

Black with #862D32

Text Example


Text Example

White with #862D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862D32; }

 p { color: rgb(134,45,50); }

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

background-color css

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

 a { background-color: rgb(134,45,50); }

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

border-color css

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

 span { border-color: rgb(134,45,50); }

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