Html Css Color HEX #871330 Scarlett

📋 copy color: '#871330'

red 135 ◦ green 19 ◦ blue 48

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

Shades of Scarlett #871330

Tints of Scarlett #871330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

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

R = 66.83%
G = 9.41%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#871330 (or 0x871330) is known color: Scarlett. HEX triplet: 87, 13 and 30. RGB value is (135,19,48). Sum of RGB (Red+Green+Blue) = 135+19+48=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #871330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871330 is #78ECCF. Grayscale: #383838. Windows color (decimal): -7924944 or 3150727. OLE color: 3150727.

HSL color Cylindrical-coordinate representation of color #871330: hue angle of 345º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871330 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 19 48 -
CMYK 0 0.86 0.64 0.47
HSL 345º 0.75% 0.3% -
HSV(B) 345º 0.86% 0.53% -
XYZ 10.76 5.83 3.35 -
YUV 56.99 122.93 183.64 -
System Red Green Blue C M Y K H S L
Decimal 135 19 48 0 0.86 0.64 0.47 345 0.75 0.3
Hex 87 13 30 0 56 40 2F 159 4B 1E
Octal 207 23 60 0 126 100 57 531 113 36
Binary 10000111 10011 110000 0 1010110 1000000 101111 101011001 1001011 11110

Color Harmonies of #871330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871330

Black with #871330

Text Example


Text Example

White with #871330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871330; }

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

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

background-color css

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

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

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

border-color css

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

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

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