Html Css Color HEX #87142D Scarlett

📋 copy color: '#87142D'

red 135 ◦ green 20 ◦ blue 45

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

Shades of Scarlett #87142D

Tints of Scarlett #87142D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10%

 BLUE value IS 45 (17.97% from 255) = 22.5%

R = 67.5%
G = 10%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#87142D (or 0x87142D) is known color: Scarlett. HEX triplet: 87, 14 and 2D. RGB value is (135,20,45). Sum of RGB (Red+Green+Blue) = 135+20+45=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #87142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87142D is #78EBD2. Grayscale: #393939. Windows color (decimal): -7924691 or 2954375. OLE color: 2954375.

HSL color Cylindrical-coordinate representation of color #87142D: hue angle of 346.96º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #87142D is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 20 45 -
CMYK 0 0.85 0.67 0.47
HSL 346.96º 0.74% 0.3% -
HSV(B) 346.96º 0.85% 0.53% -
XYZ 10.72 5.84 3.05 -
YUV 57.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 135 20 45 0 0.85 0.67 0.47 346.96 0.74 0.3
Hex 87 14 2D 0 55 43 2F 15B 4A 1E
Octal 207 24 55 0 125 103 57 533 112 36
Binary 10000111 10100 101101 0 1010101 1000011 101111 101011011 1001010 11110

Color Harmonies of #87142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87142D

Black with #87142D

Text Example


Text Example

White with #87142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87142D; }

 p { color: rgb(135,20,45); }

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

background-color css

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

 a { background-color: rgb(135,20,45); }

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

border-color css

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

 span { border-color: rgb(135,20,45); }

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