Html Css Color HEX #860304 Sangria

📋 copy color: '#860304'

red 134 ◦ green 3 ◦ blue 4

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

Shades of Sangria #860304

Tints of Sangria #860304

RGB

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

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

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

R = 95.04%
G = 2.13%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#860304 (or 0x860304) is known color: Sangria. HEX triplet: 86, 03 and 04. RGB value is (134,3,4). Sum of RGB (Red+Green+Blue) = 134+3+4=141 (18% of max value = 765). Red value is 134 (52.73% from 255 or 95.04% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 134 - color contains mainly: red. Hex color #860304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860304 is #79FCFB. Grayscale: #2A2A2A. Windows color (decimal): -7994620 or 263046. OLE color: 263046.

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

Color convert

RGB 134 3 4 -
CMYK 0 0.98 0.97 0.47
HSL 359.54º 0.96% 0.27% -
HSV(B) 359.54º 0.98% 0.53% -
XYZ 9.89 5.14 0.59 -
YUV 42.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 134 3 4 0 0.98 0.97 0.47 359.54 0.96 0.27
Hex 86 3 4 0 62 61 2F 168 60 1B
Octal 206 3 4 0 142 141 57 550 140 33
Binary 10000110 11 100 0 1100010 1100001 101111 101101000 1100000 11011

Color Harmonies of #860304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860304

Black with #860304

Text Example


Text Example

White with #860304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860304; }

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

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

background-color css

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

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

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

border-color css

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

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

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