Html Css Color HEX #86040C Sangria

📋 copy color: '#86040C'

red 134 ◦ green 4 ◦ blue 12

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

Shades of Sangria #86040C

Tints of Sangria #86040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

 BLUE value IS 12 (5.08% from 255) = 8%

R = 89.33%
G = 2.67%
B = 8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#86040C (or 0x86040C) is known color: Sangria. HEX triplet: 86, 04 and 0C. RGB value is (134,4,12). Sum of RGB (Red+Green+Blue) = 134+4+12=150 (19% of max value = 765). Red value is 134 (52.73% from 255 or 89.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 134 - color contains mainly: red. Hex color #86040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86040C is #79FBF3. Grayscale: #2B2B2B. Windows color (decimal): -7994356 or 787590. OLE color: 787590.

HSL color Cylindrical-coordinate representation of color #86040C: hue angle of 356.31º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #86040C is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 4 12 -
CMYK 0 0.97 0.91 0.47
HSL 356.31º 0.94% 0.27% -
HSV(B) 356.31º 0.97% 0.53% -
XYZ 9.94 5.18 0.82 -
YUV 43.78 110.07 192.35 -
System Red Green Blue C M Y K H S L
Decimal 134 4 12 0 0.97 0.91 0.47 356.31 0.94 0.27
Hex 86 4 C 0 61 5B 2F 164 5E 1B
Octal 206 4 14 0 141 133 57 544 136 33
Binary 10000110 100 1100 0 1100001 1011011 101111 101100100 1011110 11011

Color Harmonies of #86040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86040C

Black with #86040C

Text Example


Text Example

White with #86040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86040C; }

 p { color: rgb(134,4,12); }

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

background-color css

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

 a { background-color: rgb(134,4,12); }

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

border-color css

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

 span { border-color: rgb(134,4,12); }

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