Html Css Color HEX #86000F Sangria

📋 copy color: '#86000F'

red 134 ◦ green 0 ◦ blue 15

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

Shades of Sangria #86000F

Tints of Sangria #86000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.93%
G = 0%
B = 10.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86000F (or 0x86000F) is known color: Sangria. HEX triplet: 86, 00 and 0F. RGB value is (134,0,15). Sum of RGB (Red+Green+Blue) = 134+0+15=149 (19% of max value = 765). Red value is 134 (52.73% from 255 or 89.93% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 134 - color contains mainly: red. Hex color #86000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86000F is #79FFF0. Grayscale: #292929. Windows color (decimal): -7995377 or 983174. OLE color: 983174.

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

Color convert

RGB 134 0 15 -
CMYK 0 1 0.89 0.47
HSL 353.28º 1% 0.26% -
HSV(B) 353.28º 1% 0.53% -
XYZ 9.92 5.1 0.91 -
YUV 41.78 112.89 193.78 -
System Red Green Blue C M Y K H S L
Decimal 134 0 15 0 1 0.89 0.47 353.28 1 0.26
Hex 86 0 F 0 64 59 2F 161 64 1A
Octal 206 0 17 0 144 131 57 541 144 32
Binary 10000110 0 1111 0 1100100 1011001 101111 101100001 1100100 11010

Color Harmonies of #86000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86000F

Black with #86000F

Text Example


Text Example

White with #86000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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