Html Css Color HEX #871934 Scarlett

📋 copy color: '#871934'

red 135 ◦ green 25 ◦ blue 52

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

Shades of Scarlett #871934

Tints of Scarlett #871934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.79%

 BLUE value IS 52 (20.7% from 255) = 24.53%

R = 63.68%
G = 11.79%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#871934 (or 0x871934) is known color: Scarlett. HEX triplet: 87, 19 and 34. RGB value is (135,25,52). Sum of RGB (Red+Green+Blue) = 135+25+52=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #871934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871934 is #78E6CB. Grayscale: #3C3C3C. Windows color (decimal): -7923404 or 3414407. OLE color: 3414407.

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

Color convert

RGB 135 25 52 -
CMYK 0 0.81 0.61 0.47
HSL 345.27º 0.69% 0.31% -
HSV(B) 345.27º 0.81% 0.53% -
XYZ 10.96 6.09 3.85 -
YUV 60.97 122.94 180.8 -
System Red Green Blue C M Y K H S L
Decimal 135 25 52 0 0.81 0.61 0.47 345.27 0.69 0.31
Hex 87 19 34 0 51 3D 2F 159 45 1F
Octal 207 31 64 0 121 75 57 531 105 37
Binary 10000111 11001 110100 0 1010001 111101 101111 101011001 1000101 11111

Color Harmonies of #871934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871934

Black with #871934

Text Example


Text Example

White with #871934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871934; }

 p { color: rgb(135,25,52); }

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

background-color css

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

 a { background-color: rgb(135,25,52); }

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

border-color css

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

 span { border-color: rgb(135,25,52); }

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