Html Css Color HEX #871135 Scarlett

📋 copy color: '#871135'

red 135 ◦ green 17 ◦ blue 53

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

Shades of Scarlett #871135

Tints of Scarlett #871135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.29%

 BLUE value IS 53 (21.09% from 255) = 25.85%

R = 65.85%
G = 8.29%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#871135 (or 0x871135) is known color: Scarlett. HEX triplet: 87, 11 and 35. RGB value is (135,17,53). Sum of RGB (Red+Green+Blue) = 135+17+53=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #871135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871135 is #78EECA. Grayscale: #383838. Windows color (decimal): -7925451 or 3477895. OLE color: 3477895.

HSL color Cylindrical-coordinate representation of color #871135: hue angle of 341.69º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871135 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 17 53 -
CMYK 0 0.87 0.61 0.47
HSL 341.69º 0.78% 0.3% -
HSV(B) 341.69º 0.87% 0.53% -
XYZ 10.83 5.81 3.92 -
YUV 56.39 126.09 184.07 -
System Red Green Blue C M Y K H S L
Decimal 135 17 53 0 0.87 0.61 0.47 341.69 0.78 0.3
Hex 87 11 35 0 57 3D 2F 156 4E 1E
Octal 207 21 65 0 127 75 57 526 116 36
Binary 10000111 10001 110101 0 1010111 111101 101111 101010110 1001110 11110

Color Harmonies of #871135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871135

Black with #871135

Text Example


Text Example

White with #871135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871135; }

 p { color: rgb(135,17,53); }

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

background-color css

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

 a { background-color: rgb(135,17,53); }

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

border-color css

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

 span { border-color: rgb(135,17,53); }

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