Html Css Color HEX #841932 Scarlett

📋 copy color: '#841932'

red 132 ◦ green 25 ◦ blue 50

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

Shades of Scarlett #841932

Tints of Scarlett #841932

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

 BLUE value IS 50 (19.92% from 255) = 24.15%

R = 63.77%
G = 12.08%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#841932 (or 0x841932) is known color: Scarlett. HEX triplet: 84, 19 and 32. RGB value is (132,25,50). Sum of RGB (Red+Green+Blue) = 132+25+50=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #841932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841932 is #7BE6CD. Grayscale: #3B3B3B. Windows color (decimal): -8120014 or 3283332. OLE color: 3283332.

HSL color Cylindrical-coordinate representation of color #841932: hue angle of 345.98º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841932 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 25 50 -
CMYK 0 0.81 0.62 0.48
HSL 345.98º 0.68% 0.31% -
HSV(B) 345.98º 0.81% 0.52% -
XYZ 10.44 5.83 3.59 -
YUV 59.84 122.45 179.47 -
System Red Green Blue C M Y K H S L
Decimal 132 25 50 0 0.81 0.62 0.48 345.98 0.68 0.31
Hex 84 19 32 0 51 3E 30 15A 44 1F
Octal 204 31 62 0 121 76 60 532 104 37
Binary 10000100 11001 110010 0 1010001 111110 110000 101011010 1000100 11111

Color Harmonies of #841932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841932

Black with #841932

Text Example


Text Example

White with #841932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841932; }

 p { color: rgb(132,25,50); }

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

background-color css

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

 a { background-color: rgb(132,25,50); }

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

border-color css

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

 span { border-color: rgb(132,25,50); }

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