Html Css Color HEX #860107 Sangria

📋 copy color: '#860107'

red 134 ◦ green 1 ◦ blue 7

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

Shades of Sangria #860107

Tints of Sangria #860107

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 94.37%
G = 0.7%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#860107 (or 0x860107) is known color: Sangria. HEX triplet: 86, 01 and 07. RGB value is (134,1,7). Sum of RGB (Red+Green+Blue) = 134+1+7=142 (18% of max value = 765). Red value is 134 (52.73% from 255 or 94.37% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 134 - color contains mainly: red. Hex color #860107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860107 is #79FEF8. Grayscale: #292929. Windows color (decimal): -7995129 or 459142. OLE color: 459142.

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

Color convert

RGB 134 1 7 -
CMYK 0 0.99 0.95 0.47
HSL 357.29º 0.99% 0.26% -
HSV(B) 357.29º 0.99% 0.53% -
XYZ 9.88 5.11 0.67 -
YUV 41.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 134 1 7 0 0.99 0.95 0.47 357.29 0.99 0.26
Hex 86 1 7 0 63 5F 2F 165 63 1A
Octal 206 1 7 0 143 137 57 545 143 32
Binary 10000110 1 111 0 1100011 1011111 101111 101100101 1100011 11010

Color Harmonies of #860107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860107

Black with #860107

Text Example


Text Example

White with #860107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860107; }

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

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

background-color css

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

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

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

border-color css

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

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

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