Html Css Color HEX #86010F Sangria

📋 copy color: '#86010F'

red 134 ◦ green 1 ◦ blue 15

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

Shades of Sangria #86010F

Tints of Sangria #86010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 15 (6.25% from 255) = 10%

R = 89.33%
G = 0.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86010F (or 0x86010F) is known color: Sangria. HEX triplet: 86, 01 and 0F. RGB value is (134,1,15). Sum of RGB (Red+Green+Blue) = 134+1+15=150 (19% of max value = 765). Red value is 134 (52.73% from 255 or 89.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 134 - color contains mainly: red. Hex color #86010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86010F is #79FEF0. Grayscale: #2A2A2A. Windows color (decimal): -7995121 or 983430. OLE color: 983430.

HSL color Cylindrical-coordinate representation of color #86010F: hue angle of 353.68º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86010F is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 1 15 -
CMYK 0 0.99 0.89 0.47
HSL 353.68º 0.99% 0.26% -
HSV(B) 353.68º 0.99% 0.53% -
XYZ 9.93 5.12 0.92 -
YUV 42.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 134 1 15 0 0.99 0.89 0.47 353.68 0.99 0.26
Hex 86 1 F 0 63 59 2F 162 63 1A
Octal 206 1 17 0 143 131 57 542 143 32
Binary 10000110 1 1111 0 1100011 1011001 101111 101100010 1100011 11010

Color Harmonies of #86010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86010F

Black with #86010F

Text Example


Text Example

White with #86010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86010F; }

 p { color: rgb(134,1,15); }

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

background-color css

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

 a { background-color: rgb(134,1,15); }

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

border-color css

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

 span { border-color: rgb(134,1,15); }

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