Html Css Color HEX #86070D Sangria

📋 copy color: '#86070D'

red 134 ◦ green 7 ◦ blue 13

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

Shades of Sangria #86070D

Tints of Sangria #86070D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.44%

R = 87.01%
G = 4.55%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86070D (or 0x86070D) is known color: Sangria. HEX triplet: 86, 07 and 0D. RGB value is (134,7,13). Sum of RGB (Red+Green+Blue) = 134+7+13=154 (20% of max value = 765). Red value is 134 (52.73% from 255 or 87.01% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 134 - color contains mainly: red. Hex color #86070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86070D is #79F8F2. Grayscale: #2D2D2D. Windows color (decimal): -7993587 or 853894. OLE color: 853894.

HSL color Cylindrical-coordinate representation of color #86070D: hue angle of 357.17º 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 #86070D is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 7 13 -
CMYK 0 0.95 0.90 0.47
HSL 357.17º 0.9% 0.28% -
HSV(B) 357.17º 0.95% 0.53% -
XYZ 9.98 5.25 0.87 -
YUV 45.66 109.58 191.01 -
System Red Green Blue C M Y K H S L
Decimal 134 7 13 0 0.95 0.90 0.47 357.17 0.9 0.28
Hex 86 7 D 0 5F 5A 2F 165 5A 1C
Octal 206 7 15 0 137 132 57 545 132 34
Binary 10000110 111 1101 0 1011111 1011010 101111 101100101 1011010 11100

Color Harmonies of #86070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86070D

Black with #86070D

Text Example


Text Example

White with #86070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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