Html Css Color HEX #860004 Sangria

📋 copy color: '#860004'

red 134 ◦ green 0 ◦ blue 4

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

Shades of Sangria #860004

Tints of Sangria #860004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.9%

R = 97.1%
G = 0%
B = 2.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#860004 (or 0x860004) is known color: Sangria. HEX triplet: 86, 00 and 04. RGB value is (134,0,4). Sum of RGB (Red+Green+Blue) = 134+0+4=138 (18% of max value = 765). Red value is 134 (52.73% from 255 or 97.10% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 134 - color contains mainly: red. Hex color #860004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860004 is #79FFFB. Grayscale: #282828. Windows color (decimal): -7995388 or 262278. OLE color: 262278.

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

Color convert

RGB 134 0 4 -
CMYK 0 1 0.97 0.47
HSL 358.21º 1% 0.26% -
HSV(B) 358.21º 1% 0.53% -
XYZ 9.85 5.08 0.58 -
YUV 40.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 134 0 4 0 1 0.97 0.47 358.21 1 0.26
Hex 86 0 4 0 64 61 2F 166 64 1A
Octal 206 0 4 0 144 141 57 546 144 32
Binary 10000110 0 100 0 1100100 1100001 101111 101100110 1100100 11010

Color Harmonies of #860004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860004

Black with #860004

Text Example


Text Example

White with #860004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860004; }

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

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

background-color css

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

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

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

border-color css

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

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

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