Html Css Color HEX #860108 Sangria

📋 copy color: '#860108'

red 134 ◦ green 1 ◦ blue 8

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

Shades of Sangria #860108

Tints of Sangria #860108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.59%

R = 93.71%
G = 0.7%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#860108 (or 0x860108) is known color: Sangria. HEX triplet: 86, 01 and 08. RGB value is (134,1,8). Sum of RGB (Red+Green+Blue) = 134+1+8=143 (18% of max value = 765). Red value is 134 (52.73% from 255 or 93.71% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 134 - color contains mainly: red. Hex color #860108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860108 is #79FEF7. Grayscale: #292929. Windows color (decimal): -7995128 or 524678. OLE color: 524678.

HSL color Cylindrical-coordinate representation of color #860108: hue angle of 356.84º 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 #860108 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 1 8 -
CMYK 0 0.99 0.94 0.47
HSL 356.84º 0.99% 0.26% -
HSV(B) 356.84º 0.99% 0.53% -
XYZ 9.89 5.11 0.69 -
YUV 41.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 134 1 8 0 0.99 0.94 0.47 356.84 0.99 0.26
Hex 86 1 8 0 63 5E 2F 165 63 1A
Octal 206 1 10 0 143 136 57 545 143 32
Binary 10000110 1 1000 0 1100011 1011110 101111 101100101 1100011 11010

Color Harmonies of #860108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860108

Black with #860108

Text Example


Text Example

White with #860108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860108; }

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

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

background-color css

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

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

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

border-color css

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

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

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