Html Css Color HEX #861012 Sangria

📋 copy color: '#861012'

red 134 ◦ green 16 ◦ blue 18

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

Shades of Sangria #861012

Tints of Sangria #861012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.52%

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 79.76%
G = 9.52%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#861012 (or 0x861012) is known color: Sangria. HEX triplet: 86, 10 and 12. RGB value is (134,16,18). Sum of RGB (Red+Green+Blue) = 134+16+18=168 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.76% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 134 - color contains mainly: red. Hex color #861012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861012 is #79EFED. Grayscale: #333333. Windows color (decimal): -7991278 or 1183878. OLE color: 1183878.

HSL color Cylindrical-coordinate representation of color #861012: hue angle of 358.98º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861012 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 16 18 -
CMYK 0 0.88 0.87 0.47
HSL 358.98º 0.79% 0.29% -
HSV(B) 358.98º 0.88% 0.53% -
XYZ 10.13 5.48 1.1 -
YUV 51.51 109.09 186.84 -
System Red Green Blue C M Y K H S L
Decimal 134 16 18 0 0.88 0.87 0.47 358.98 0.79 0.29
Hex 86 10 12 0 58 57 2F 167 4F 1D
Octal 206 20 22 0 130 127 57 547 117 35
Binary 10000110 10000 10010 0 1011000 1010111 101111 101100111 1001111 11101

Color Harmonies of #861012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861012

Black with #861012

Text Example


Text Example

White with #861012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861012; }

 p { color: rgb(134,16,18); }

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

background-color css

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

 a { background-color: rgb(134,16,18); }

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

border-color css

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

 span { border-color: rgb(134,16,18); }

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