Html Css Color HEX #870103 Sangria

📋 copy color: '#870103'

red 135 ◦ green 1 ◦ blue 3

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

Shades of Sangria #870103

Tints of Sangria #870103

RGB

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

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

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

R = 97.12%
G = 0.72%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#870103 (or 0x870103) is known color: Sangria. HEX triplet: 87, 01 and 03. RGB value is (135,1,3). Sum of RGB (Red+Green+Blue) = 135+1+3=139 (18% of max value = 765). Red value is 135 (53.12% from 255 or 97.12% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 135 - color contains mainly: red. Hex color #870103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870103 is #78FEFC. Grayscale: #292929. Windows color (decimal): -7929597 or 196999. OLE color: 196999.

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

Color convert

RGB 135 1 3 -
CMYK 0 0.99 0.98 0.47
HSL 359.1º 0.99% 0.27% -
HSV(B) 359.1º 0.99% 0.53% -
XYZ 10.02 5.18 0.56 -
YUV 41.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 135 1 3 0 0.99 0.98 0.47 359.1 0.99 0.27
Hex 87 1 3 0 63 62 2F 167 63 1B
Octal 207 1 3 0 143 142 57 547 143 33
Binary 10000111 1 11 0 1100011 1100010 101111 101100111 1100011 11011

Color Harmonies of #870103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870103

Black with #870103

Text Example


Text Example

White with #870103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870103; }

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

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

background-color css

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

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

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

border-color css

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

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

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