Html Css Color HEX #87122F Scarlett

📋 copy color: '#87122F'

red 135 ◦ green 18 ◦ blue 47

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

Shades of Scarlett #87122F

Tints of Scarlett #87122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.5%

R = 67.5%
G = 9%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#87122F (or 0x87122F) is known color: Scarlett. HEX triplet: 87, 12 and 2F. RGB value is (135,18,47). Sum of RGB (Red+Green+Blue) = 135+18+47=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #87122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87122F is #78EDD0. Grayscale: #383838. Windows color (decimal): -7925201 or 3084935. OLE color: 3084935.

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

Color convert

RGB 135 18 47 -
CMYK 0 0.87 0.65 0.47
HSL 345.13º 0.76% 0.3% -
HSV(B) 345.13º 0.87% 0.53% -
XYZ 10.72 5.79 3.24 -
YUV 56.29 122.76 184.14 -
System Red Green Blue C M Y K H S L
Decimal 135 18 47 0 0.87 0.65 0.47 345.13 0.76 0.3
Hex 87 12 2F 0 57 41 2F 159 4C 1E
Octal 207 22 57 0 127 101 57 531 114 36
Binary 10000111 10010 101111 0 1010111 1000001 101111 101011001 1001100 11110

Color Harmonies of #87122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87122F

Black with #87122F

Text Example


Text Example

White with #87122F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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