Html Css Color HEX #860102 Sangria

📋 copy color: '#860102'

red 134 ◦ green 1 ◦ blue 2

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

Shades of Sangria #860102

Tints of Sangria #860102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.46%

R = 97.81%
G = 0.73%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#860102 (or 0x860102) is known color: Sangria. HEX triplet: 86, 01 and 02. RGB value is (134,1,2). Sum of RGB (Red+Green+Blue) = 134+1+2=137 (18% of max value = 765). Red value is 134 (52.73% from 255 or 97.81% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 134 - color contains mainly: red. Hex color #860102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860102 is #79FEFD. Grayscale: #292929. Windows color (decimal): -7995134 or 131462. OLE color: 131462.

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

Color convert

RGB 134 1 2 -
CMYK 0 0.99 0.99 0.47
HSL 359.55º 0.99% 0.26% -
HSV(B) 359.55º 0.99% 0.53% -
XYZ 9.85 5.09 0.52 -
YUV 40.88 106.06 194.42 -
System Red Green Blue C M Y K H S L
Decimal 134 1 2 0 0.99 0.99 0.47 359.55 0.99 0.26
Hex 86 1 2 0 63 63 2F 168 63 1A
Octal 206 1 2 0 143 143 57 550 143 32
Binary 10000110 1 10 0 1100011 1100011 101111 101101000 1100011 11010

Color Harmonies of #860102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860102

Black with #860102

Text Example


Text Example

White with #860102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860102; }

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

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

background-color css

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

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

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

border-color css

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

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

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