Html Css Color HEX #860307 Sangria

📋 copy color: '#860307'

red 134 ◦ green 3 ◦ blue 7

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

Shades of Sangria #860307

Tints of Sangria #860307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.08%

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

R = 93.06%
G = 2.08%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#860307 (or 0x860307) is known color: Sangria. HEX triplet: 86, 03 and 07. RGB value is (134,3,7). Sum of RGB (Red+Green+Blue) = 134+3+7=144 (19% of max value = 765). Red value is 134 (52.73% from 255 or 93.06% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 134 - color contains mainly: red. Hex color #860307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860307 is #79FCF8. Grayscale: #2A2A2A. Windows color (decimal): -7994617 or 459654. OLE color: 459654.

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

Color convert

RGB 134 3 7 -
CMYK 0 0.98 0.95 0.47
HSL 358.17º 0.96% 0.27% -
HSV(B) 358.17º 0.98% 0.53% -
XYZ 9.9 5.15 0.67 -
YUV 42.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 134 3 7 0 0.98 0.95 0.47 358.17 0.96 0.27
Hex 86 3 7 0 62 5F 2F 166 60 1B
Octal 206 3 7 0 142 137 57 546 140 33
Binary 10000110 11 111 0 1100010 1011111 101111 101100110 1100000 11011

Color Harmonies of #860307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860307

Black with #860307

Text Example


Text Example

White with #860307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860307; }

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

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

background-color css

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

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

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

border-color css

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

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

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