Html Css Color HEX #860007 Sangria

📋 copy color: '#860007'

red 134 ◦ green 0 ◦ blue 7

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

Shades of Sangria #860007

Tints of Sangria #860007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.96%

R = 95.04%
G = 0%
B = 4.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#860007 (or 0x860007) is known color: Sangria. HEX triplet: 86, 00 and 07. RGB value is (134,0,7). Sum of RGB (Red+Green+Blue) = 134+0+7=141 (18% of max value = 765). Red value is 134 (52.73% from 255 or 95.04% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 134 - color contains mainly: red. Hex color #860007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860007 is #79FFF8. Grayscale: #282828. Windows color (decimal): -7995385 or 458886. OLE color: 458886.

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

Color convert

RGB 134 0 7 -
CMYK 0 1 0.95 0.47
HSL 356.87º 1% 0.26% -
HSV(B) 356.87º 1% 0.53% -
XYZ 9.87 5.08 0.66 -
YUV 40.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 134 0 7 0 1 0.95 0.47 356.87 1 0.26
Hex 86 0 7 0 64 5F 2F 165 64 1A
Octal 206 0 7 0 144 137 57 545 144 32
Binary 10000110 0 111 0 1100100 1011111 101111 101100101 1100100 11010

Color Harmonies of #860007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860007

Black with #860007

Text Example


Text Example

White with #860007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860007; }

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

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

background-color css

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

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

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

border-color css

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

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

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