Html Css Color HEX #860712 Sangria

📋 copy color: '#860712'

red 134 ◦ green 7 ◦ blue 18

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

Shades of Sangria #860712

Tints of Sangria #860712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.4%

 BLUE value IS 18 (7.42% from 255) = 11.32%

R = 84.28%
G = 4.4%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#860712 (or 0x860712) is known color: Sangria. HEX triplet: 86, 07 and 12. RGB value is (134,7,18). Sum of RGB (Red+Green+Blue) = 134+7+18=159 (21% of max value = 765). Red value is 134 (52.73% from 255 or 84.28% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 134 - color contains mainly: red. Hex color #860712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860712 is #79F8ED. Grayscale: #2E2E2E. Windows color (decimal): -7993582 or 1181574. OLE color: 1181574.

HSL color Cylindrical-coordinate representation of color #860712: hue angle of 354.8º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860712 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 7 18 -
CMYK 0 0.95 0.87 0.47
HSL 354.8º 0.9% 0.28% -
HSV(B) 354.8º 0.95% 0.53% -
XYZ 10.02 5.26 1.06 -
YUV 46.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 134 7 18 0 0.95 0.87 0.47 354.8 0.9 0.28
Hex 86 7 12 0 5F 57 2F 163 5A 1C
Octal 206 7 22 0 137 127 57 543 132 34
Binary 10000110 111 10010 0 1011111 1010111 101111 101100011 1011010 11100

Color Harmonies of #860712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860712

Black with #860712

Text Example


Text Example

White with #860712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860712; }

 p { color: rgb(134,7,18); }

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

background-color css

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

 a { background-color: rgb(134,7,18); }

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

border-color css

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

 span { border-color: rgb(134,7,18); }

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