Html Css Color HEX #860607 Sangria

📋 copy color: '#860607'

red 134 ◦ green 6 ◦ blue 7

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

Shades of Sangria #860607

Tints of Sangria #860607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.08%

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

R = 91.16%
G = 4.08%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#860607 (or 0x860607) is known color: Sangria. HEX triplet: 86, 06 and 07. RGB value is (134,6,7). Sum of RGB (Red+Green+Blue) = 134+6+7=147 (19% of max value = 765). Red value is 134 (52.73% from 255 or 91.16% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 134 - color contains mainly: red. Hex color #860607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860607 is #79F9F8. Grayscale: #2C2C2C. Windows color (decimal): -7993849 or 460422. OLE color: 460422.

HSL color Cylindrical-coordinate representation of color #860607: hue angle of 359.53º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860607 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 6 7 -
CMYK 0 0.96 0.95 0.47
HSL 359.53º 0.91% 0.27% -
HSV(B) 359.53º 0.96% 0.53% -
XYZ 9.93 5.21 0.68 -
YUV 44.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 134 6 7 0 0.96 0.95 0.47 359.53 0.91 0.27
Hex 86 6 7 0 60 5F 2F 168 5B 1B
Octal 206 6 7 0 140 137 57 550 133 33
Binary 10000110 110 111 0 1100000 1011111 101111 101101000 1011011 11011

Color Harmonies of #860607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860607

Black with #860607

Text Example


Text Example

White with #860607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860607; }

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

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

background-color css

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

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

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

border-color css

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

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

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