Html Css Color HEX #870003 Sangria

📋 copy color: '#870003'

red 135 ◦ green 0 ◦ blue 3

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

Shades of Sangria #870003

Tints of Sangria #870003

RGB

 RED value IS 135 (53.13% from 255) = 97.83%

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

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

R = 97.83%
G = 0%
B = 2.17%

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

#870003 (or 0x870003) is known color: Sangria. HEX triplet: 87, 00 and 03. RGB value is (135,0,3). Sum of RGB (Red+Green+Blue) = 135+0+3=138 (18% of max value = 765). Red value is 135 (53.12% from 255 or 97.83% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 135 - color contains mainly: red. Hex color #870003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870003 is #78FFFC. Grayscale: #282828. Windows color (decimal): -7929853 or 196743. OLE color: 196743.

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

Color convert

RGB 135 0 3 -
CMYK 0 1 0.98 0.47
HSL 358.67º 1% 0.26% -
HSV(B) 358.67º 1% 0.53% -
XYZ 10.01 5.16 0.55 -
YUV 40.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 135 0 3 0 1 0.98 0.47 358.67 1 0.26
Hex 87 0 3 0 64 62 2F 167 64 1A
Octal 207 0 3 0 144 142 57 547 144 32
Binary 10000111 0 11 0 1100100 1100010 101111 101100111 1100100 11010

Color Harmonies of #870003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870003

Black with #870003

Text Example


Text Example

White with #870003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870003; }

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

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

background-color css

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

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

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

border-color css

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

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

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