Html Css Color HEX #860003 Sangria

📋 copy color: '#860003'

red 134 ◦ green 0 ◦ blue 3

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

Shades of Sangria #860003

Tints of Sangria #860003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.19%

R = 97.81%
G = 0%
B = 2.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#860003 (or 0x860003) is known color: Sangria. HEX triplet: 86, 00 and 03. RGB value is (134,0,3). Sum of RGB (Red+Green+Blue) = 134+0+3=137 (18% of max value = 765). Red value is 134 (52.73% from 255 or 97.81% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 134 - color contains mainly: red. Hex color #860003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860003 is #79FFFC. Grayscale: #282828. Windows color (decimal): -7995389 or 196742. OLE color: 196742.

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

Color convert

RGB 134 0 3 -
CMYK 0 1 0.98 0.47
HSL 358.66º 1% 0.26% -
HSV(B) 358.66º 1% 0.53% -
XYZ 9.85 5.07 0.55 -
YUV 40.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 134 0 3 0 1 0.98 0.47 358.66 1 0.26
Hex 86 0 3 0 64 62 2F 167 64 1A
Octal 206 0 3 0 144 142 57 547 144 32
Binary 10000110 0 11 0 1100100 1100010 101111 101100111 1100100 11010

Color Harmonies of #860003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860003

Black with #860003

Text Example


Text Example

White with #860003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860003; }

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

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

background-color css

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

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

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

border-color css

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

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

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