Html Css Color HEX #87152A Scarlett

📋 copy color: '#87152A'

red 135 ◦ green 21 ◦ blue 42

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

Shades of Scarlett #87152A

Tints of Scarlett #87152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.61%

 BLUE value IS 42 (16.8% from 255) = 21.21%

R = 68.18%
G = 10.61%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#87152A (or 0x87152A) is known color: Scarlett. HEX triplet: 87, 15 and 2A. RGB value is (135,21,42). Sum of RGB (Red+Green+Blue) = 135+21+42=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #87152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87152A is #78EAD5. Grayscale: #393939. Windows color (decimal): -7924438 or 2758023. OLE color: 2758023.

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

Color convert

RGB 135 21 42 -
CMYK 0 0.84 0.69 0.47
HSL 348.95º 0.73% 0.31% -
HSV(B) 348.95º 0.84% 0.53% -
XYZ 10.68 5.85 2.76 -
YUV 57.48 119.27 183.29 -
System Red Green Blue C M Y K H S L
Decimal 135 21 42 0 0.84 0.69 0.47 348.95 0.73 0.31
Hex 87 15 2A 0 54 45 2F 15D 49 1F
Octal 207 25 52 0 124 105 57 535 111 37
Binary 10000111 10101 101010 0 1010100 1000101 101111 101011101 1001001 11111

Color Harmonies of #87152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87152A

Black with #87152A

Text Example


Text Example

White with #87152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87152A; }

 p { color: rgb(135,21,42); }

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

background-color css

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

 a { background-color: rgb(135,21,42); }

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

border-color css

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

 span { border-color: rgb(135,21,42); }

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