Html Css Color HEX #860001 Sangria

📋 copy color: '#860001'

red 134 ◦ green 0 ◦ blue 1

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

Shades of Sangria #860001

Tints of Sangria #860001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 99.26%
G = 0%
B = 0.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#860001 (or 0x860001) is known color: Sangria. HEX triplet: 86, 00 and 01. RGB value is (134,0,1). Sum of RGB (Red+Green+Blue) = 134+0+1=135 (17% of max value = 765). Red value is 134 (52.73% from 255 or 99.26% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 134 - color contains mainly: red. Hex color #860001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860001 is #79FFFE. Grayscale: #282828. Windows color (decimal): -7995391 or 65670. OLE color: 65670.

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

Color convert

RGB 134 0 1 -
CMYK 0 1 0.99 0.47
HSL 359.55º 1% 0.26% -
HSV(B) 359.55º 1% 0.53% -
XYZ 9.84 5.07 0.49 -
YUV 40.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 134 0 1 0 1 0.99 0.47 359.55 1 0.26
Hex 86 0 1 0 64 63 2F 168 64 1A
Octal 206 0 1 0 144 143 57 550 144 32
Binary 10000110 0 1 0 1100100 1100011 101111 101101000 1100100 11010

Color Harmonies of #860001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860001

Black with #860001

Text Example


Text Example

White with #860001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860001; }

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

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

background-color css

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

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

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

border-color css

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

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

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