Html Css Color HEX #860005 Sangria

📋 copy color: '#860005'

red 134 ◦ green 0 ◦ blue 5

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

Shades of Sangria #860005

Tints of Sangria #860005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.6%

R = 96.4%
G = 0%
B = 3.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#860005 (or 0x860005) is known color: Sangria. HEX triplet: 86, 00 and 05. RGB value is (134,0,5). Sum of RGB (Red+Green+Blue) = 134+0+5=139 (18% of max value = 765). Red value is 134 (52.73% from 255 or 96.40% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 134 - color contains mainly: red. Hex color #860005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860005 is #79FFFA. Grayscale: #282828. Windows color (decimal): -7995387 or 327814. OLE color: 327814.

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

Color convert

RGB 134 0 5 -
CMYK 0 1 0.96 0.47
HSL 357.76º 1% 0.26% -
HSV(B) 357.76º 1% 0.53% -
XYZ 9.86 5.08 0.6 -
YUV 40.64 107.89 194.59 -
System Red Green Blue C M Y K H S L
Decimal 134 0 5 0 1 0.96 0.47 357.76 1 0.26
Hex 86 0 5 0 64 60 2F 166 64 1A
Octal 206 0 5 0 144 140 57 546 144 32
Binary 10000110 0 101 0 1100100 1100000 101111 101100110 1100100 11010

Color Harmonies of #860005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860005

Black with #860005

Text Example


Text Example

White with #860005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860005; }

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

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

background-color css

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

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

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

border-color css

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

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

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