Html Css Color HEX #87122D Scarlett

📋 copy color: '#87122D'

red 135 ◦ green 18 ◦ blue 45

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

Shades of Scarlett #87122D

Tints of Scarlett #87122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.09%

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

R = 68.18%
G = 9.09%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#87122D (or 0x87122D) is known color: Scarlett. HEX triplet: 87, 12 and 2D. RGB value is (135,18,45). Sum of RGB (Red+Green+Blue) = 135+18+45=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #87122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87122D is #78EDD2. Grayscale: #383838. Windows color (decimal): -7925203 or 2953863. OLE color: 2953863.

HSL color Cylindrical-coordinate representation of color #87122D: hue angle of 346.15º degrees, saturation: 0.76, 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 #87122D is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 18 45 -
CMYK 0 0.87 0.67 0.47
HSL 346.15º 0.76% 0.3% -
HSV(B) 346.15º 0.87% 0.53% -
XYZ 10.68 5.77 3.03 -
YUV 56.06 121.76 184.3 -
System Red Green Blue C M Y K H S L
Decimal 135 18 45 0 0.87 0.67 0.47 346.15 0.76 0.3
Hex 87 12 2D 0 57 43 2F 15A 4C 1E
Octal 207 22 55 0 127 103 57 532 114 36
Binary 10000111 10010 101101 0 1010111 1000011 101111 101011010 1001100 11110

Color Harmonies of #87122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87122D

Black with #87122D

Text Example


Text Example

White with #87122D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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