Html Css Color HEX #86020E Sangria

📋 copy color: '#86020E'

red 134 ◦ green 2 ◦ blue 14

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

Shades of Sangria #86020E

Tints of Sangria #86020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.33%

 BLUE value IS 14 (5.86% from 255) = 9.33%

R = 89.33%
G = 1.33%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86020E (or 0x86020E) is known color: Sangria. HEX triplet: 86, 02 and 0E. RGB value is (134,2,14). Sum of RGB (Red+Green+Blue) = 134+2+14=150 (19% of max value = 765). Red value is 134 (52.73% from 255 or 89.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 134 - color contains mainly: red. Hex color #86020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86020E is #79FDF1. Grayscale: #2A2A2A. Windows color (decimal): -7994866 or 918150. OLE color: 918150.

HSL color Cylindrical-coordinate representation of color #86020E: hue angle of 354.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86020E is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 2 14 -
CMYK 0 0.99 0.90 0.47
HSL 354.55º 0.97% 0.27% -
HSV(B) 354.55º 0.99% 0.53% -
XYZ 9.93 5.14 0.88 -
YUV 42.84 111.73 193.02 -
System Red Green Blue C M Y K H S L
Decimal 134 2 14 0 0.99 0.90 0.47 354.55 0.97 0.27
Hex 86 2 E 0 63 5A 2F 163 61 1B
Octal 206 2 16 0 143 132 57 543 141 33
Binary 10000110 10 1110 0 1100011 1011010 101111 101100011 1100001 11011

Color Harmonies of #86020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86020E

Black with #86020E

Text Example


Text Example

White with #86020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86020E; }

 p { color: rgb(134,2,14); }

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

background-color css

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

 a { background-color: rgb(134,2,14); }

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

border-color css

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

 span { border-color: rgb(134,2,14); }

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