Html Css Color HEX #871526 Scarlett

📋 copy color: '#871526'

red 135 ◦ green 21 ◦ blue 38

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

Shades of Scarlett #871526

Tints of Scarlett #871526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.82%

 BLUE value IS 38 (15.23% from 255) = 19.59%

R = 69.59%
G = 10.82%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#871526 (or 0x871526) is known color: Scarlett. HEX triplet: 87, 15 and 26. RGB value is (135,21,38). Sum of RGB (Red+Green+Blue) = 135+21+38=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #871526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871526 is #78EAD9. Grayscale: #393939. Windows color (decimal): -7924442 or 2495879. OLE color: 2495879.

HSL color Cylindrical-coordinate representation of color #871526: hue angle of 351.05º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871526 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 21 38 -
CMYK 0 0.84 0.72 0.47
HSL 351.05º 0.73% 0.31% -
HSV(B) 351.05º 0.84% 0.53% -
XYZ 10.61 5.83 2.4 -
YUV 57.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 135 21 38 0 0.84 0.72 0.47 351.05 0.73 0.31
Hex 87 15 26 0 54 48 2F 15F 49 1F
Octal 207 25 46 0 124 110 57 537 111 37
Binary 10000111 10101 100110 0 1010100 1001000 101111 101011111 1001001 11111

Color Harmonies of #871526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871526

Black with #871526

Text Example


Text Example

White with #871526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871526; }

 p { color: rgb(135,21,38); }

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

background-color css

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

 a { background-color: rgb(135,21,38); }

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

border-color css

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

 span { border-color: rgb(135,21,38); }

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