Html Css Color HEX #86070B Sangria

📋 copy color: '#86070B'

red 134 ◦ green 7 ◦ blue 11

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

Shades of Sangria #86070B

Tints of Sangria #86070B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.24%

R = 88.16%
G = 4.61%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#86070B (or 0x86070B) is known color: Sangria. HEX triplet: 86, 07 and 0B. RGB value is (134,7,11). Sum of RGB (Red+Green+Blue) = 134+7+11=152 (20% of max value = 765). Red value is 134 (52.73% from 255 or 88.16% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 134 - color contains mainly: red. Hex color #86070B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86070B is #79F8F4. Grayscale: #2D2D2D. Windows color (decimal): -7993589 or 722822. OLE color: 722822.

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

Color convert

RGB 134 7 11 -
CMYK 0 0.95 0.92 0.47
HSL 358.11º 0.9% 0.28% -
HSV(B) 358.11º 0.95% 0.53% -
XYZ 9.97 5.24 0.8 -
YUV 45.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 134 7 11 0 0.95 0.92 0.47 358.11 0.9 0.28
Hex 86 7 B 0 5F 5C 2F 166 5A 1C
Octal 206 7 13 0 137 134 57 546 132 34
Binary 10000110 111 1011 0 1011111 1011100 101111 101100110 1011010 11100

Color Harmonies of #86070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86070B

Black with #86070B

Text Example


Text Example

White with #86070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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