Html Css Color HEX #871430 Scarlett

📋 copy color: '#871430'

red 135 ◦ green 20 ◦ blue 48

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

Shades of Scarlett #871430

Tints of Scarlett #871430

RGB

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

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

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

R = 66.5%
G = 9.85%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#871430 (or 0x871430) is known color: Scarlett. HEX triplet: 87, 14 and 30. RGB value is (135,20,48). Sum of RGB (Red+Green+Blue) = 135+20+48=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #871430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871430 is #78EBCF. Grayscale: #393939. Windows color (decimal): -7924688 or 3150983. OLE color: 3150983.

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

Color convert

RGB 135 20 48 -
CMYK 0 0.85 0.64 0.47
HSL 345.39º 0.74% 0.3% -
HSV(B) 345.39º 0.85% 0.53% -
XYZ 10.78 5.86 3.36 -
YUV 57.58 122.6 183.22 -
System Red Green Blue C M Y K H S L
Decimal 135 20 48 0 0.85 0.64 0.47 345.39 0.74 0.3
Hex 87 14 30 0 55 40 2F 159 4A 1E
Octal 207 24 60 0 125 100 57 531 112 36
Binary 10000111 10100 110000 0 1010101 1000000 101111 101011001 1001010 11110

Color Harmonies of #871430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871430

Black with #871430

Text Example


Text Example

White with #871430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871430; }

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

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

background-color css

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

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

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

border-color css

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

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

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