Html Css Color HEX #841E31 Scarlett

📋 copy color: '#841E31'

red 132 ◦ green 30 ◦ blue 49

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

Shades of Scarlett #841E31

Tints of Scarlett #841E31

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.22%

 BLUE value IS 49 (19.53% from 255) = 23.22%

R = 62.56%
G = 14.22%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#841E31 (or 0x841E31) is known color: Scarlett. HEX triplet: 84, 1E and 31. RGB value is (132,30,49). Sum of RGB (Red+Green+Blue) = 132+30+49=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #841E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841E31 is #7BE1CE. Grayscale: #3E3E3E. Windows color (decimal): -8118735 or 3219076. OLE color: 3219076.

HSL color Cylindrical-coordinate representation of color #841E31: hue angle of 348.82º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841E31 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 30 49 -
CMYK 0 0.77 0.63 0.48
HSL 348.82º 0.63% 0.32% -
HSV(B) 348.82º 0.77% 0.52% -
XYZ 10.53 6.06 3.52 -
YUV 62.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 132 30 49 0 0.77 0.63 0.48 348.82 0.63 0.32
Hex 84 1E 31 0 4D 3F 30 15D 3F 20
Octal 204 36 61 0 115 77 60 535 77 40
Binary 10000100 11110 110001 0 1001101 111111 110000 101011101 111111 100000

Color Harmonies of #841E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841E31

Black with #841E31

Text Example


Text Example

White with #841E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841E31; }

 p { color: rgb(132,30,49); }

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

background-color css

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

 a { background-color: rgb(132,30,49); }

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

border-color css

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

 span { border-color: rgb(132,30,49); }

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