Html Css Color HEX #841337 Scarlett

📋 copy color: '#841337'

red 132 ◦ green 19 ◦ blue 55

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

Shades of Scarlett #841337

Tints of Scarlett #841337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.7%

R = 64.08%
G = 9.22%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#841337 (or 0x841337) is known color: Scarlett. HEX triplet: 84, 13 and 37. RGB value is (132,19,55). Sum of RGB (Red+Green+Blue) = 132+19+55=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #841337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841337 is #7BECC8. Grayscale: #383838. Windows color (decimal): -8121545 or 3609476. OLE color: 3609476.

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

Color convert

RGB 132 19 55 -
CMYK 0 0.86 0.58 0.48
HSL 340.88º 0.75% 0.3% -
HSV(B) 340.88º 0.86% 0.52% -
XYZ 10.44 5.65 4.15 -
YUV 56.89 126.94 181.57 -
System Red Green Blue C M Y K H S L
Decimal 132 19 55 0 0.86 0.58 0.48 340.88 0.75 0.3
Hex 84 13 37 0 56 3A 30 155 4B 1E
Octal 204 23 67 0 126 72 60 525 113 36
Binary 10000100 10011 110111 0 1010110 111010 110000 101010101 1001011 11110

Color Harmonies of #841337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841337

Black with #841337

Text Example


Text Example

White with #841337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841337; }

 p { color: rgb(132,19,55); }

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

background-color css

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

 a { background-color: rgb(132,19,55); }

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

border-color css

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

 span { border-color: rgb(132,19,55); }

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