Html Css Color HEX #871230 Scarlett

📋 copy color: '#871230'

red 135 ◦ green 18 ◦ blue 48

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

Shades of Scarlett #871230

Tints of Scarlett #871230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.88%

R = 67.16%
G = 8.96%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#871230 (or 0x871230) is known color: Scarlett. HEX triplet: 87, 12 and 30. RGB value is (135,18,48). Sum of RGB (Red+Green+Blue) = 135+18+48=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #871230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871230 is #78EDCF. Grayscale: #383838. Windows color (decimal): -7925200 or 3150471. OLE color: 3150471.

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

Color convert

RGB 135 18 48 -
CMYK 0 0.87 0.64 0.47
HSL 344.62º 0.76% 0.3% -
HSV(B) 344.62º 0.87% 0.53% -
XYZ 10.74 5.8 3.35 -
YUV 56.4 123.26 184.06 -
System Red Green Blue C M Y K H S L
Decimal 135 18 48 0 0.87 0.64 0.47 344.62 0.76 0.3
Hex 87 12 30 0 57 40 2F 159 4C 1E
Octal 207 22 60 0 127 100 57 531 114 36
Binary 10000111 10010 110000 0 1010111 1000000 101111 101011001 1001100 11110

Color Harmonies of #871230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871230

Black with #871230

Text Example


Text Example

White with #871230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871230; }

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

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

background-color css

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

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

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

border-color css

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

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

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