Html Css Color HEX #870105 Sangria

📋 copy color: '#870105'

red 135 ◦ green 1 ◦ blue 5

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

Shades of Sangria #870105

Tints of Sangria #870105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.55%

R = 95.74%
G = 0.71%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#870105 (or 0x870105) is known color: Sangria. HEX triplet: 87, 01 and 05. RGB value is (135,1,5). Sum of RGB (Red+Green+Blue) = 135+1+5=141 (18% of max value = 765). Red value is 135 (53.12% from 255 or 95.74% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 135 - color contains mainly: red. Hex color #870105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870105 is #78FEFA. Grayscale: #292929. Windows color (decimal): -7929595 or 328071. OLE color: 328071.

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

Color convert

RGB 135 1 5 -
CMYK 0 0.99 0.96 0.47
HSL 358.21º 0.99% 0.27% -
HSV(B) 358.21º 0.99% 0.53% -
XYZ 10.03 5.18 0.62 -
YUV 41.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 135 1 5 0 0.99 0.96 0.47 358.21 0.99 0.27
Hex 87 1 5 0 63 60 2F 166 63 1B
Octal 207 1 5 0 143 140 57 546 143 33
Binary 10000111 1 101 0 1100011 1100000 101111 101100110 1100011 11011

Color Harmonies of #870105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870105

Black with #870105

Text Example


Text Example

White with #870105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870105; }

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

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

background-color css

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

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

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

border-color css

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

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

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