Html Css Color HEX #841520 Scarlett

📋 copy color: '#841520'

red 132 ◦ green 21 ◦ blue 32

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

Shades of Scarlett #841520

Tints of Scarlett #841520

RGB

 RED value IS 132 (51.95% from 255) = 71.35%

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

 BLUE value IS 32 (12.89% from 255) = 17.3%

R = 71.35%
G = 11.35%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#841520 (or 0x841520) is known color: Scarlett. HEX triplet: 84, 15 and 20. RGB value is (132,21,32). Sum of RGB (Red+Green+Blue) = 132+21+32=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #841520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841520 is #7BEADF. Grayscale: #373737. Windows color (decimal): -8121056 or 2102660. OLE color: 2102660.

HSL color Cylindrical-coordinate representation of color #841520: hue angle of 354.05º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841520 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 21 32 -
CMYK 0 0.84 0.76 0.48
HSL 354.05º 0.73% 0.3% -
HSV(B) 354.05º 0.84% 0.52% -
XYZ 10.04 5.55 1.91 -
YUV 55.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 132 21 32 0 0.84 0.76 0.48 354.05 0.73 0.3
Hex 84 15 20 0 54 4C 30 162 49 1E
Octal 204 25 40 0 124 114 60 542 111 36
Binary 10000100 10101 100000 0 1010100 1001100 110000 101100010 1001001 11110

Color Harmonies of #841520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841520

Black with #841520

Text Example


Text Example

White with #841520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841520; }

 p { color: rgb(132,21,32); }

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

background-color css

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

 a { background-color: rgb(132,21,32); }

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

border-color css

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

 span { border-color: rgb(132,21,32); }

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