Html Css Color HEX #841832 Scarlett

📋 copy color: '#841832'

red 132 ◦ green 24 ◦ blue 50

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

Shades of Scarlett #841832

Tints of Scarlett #841832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.65%

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

R = 64.08%
G = 11.65%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#841832 (or 0x841832) is known color: Scarlett. HEX triplet: 84, 18 and 32. RGB value is (132,24,50). Sum of RGB (Red+Green+Blue) = 132+24+50=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #841832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841832 is #7BE7CD. Grayscale: #3B3B3B. Windows color (decimal): -8120270 or 3283076. OLE color: 3283076.

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

Color convert

RGB 132 24 50 -
CMYK 0 0.82 0.62 0.48
HSL 345.56º 0.69% 0.31% -
HSV(B) 345.56º 0.82% 0.52% -
XYZ 10.42 5.79 3.59 -
YUV 59.26 122.78 179.89 -
System Red Green Blue C M Y K H S L
Decimal 132 24 50 0 0.82 0.62 0.48 345.56 0.69 0.31
Hex 84 18 32 0 52 3E 30 15A 45 1F
Octal 204 30 62 0 122 76 60 532 105 37
Binary 10000100 11000 110010 0 1010010 111110 110000 101011010 1000101 11111

Color Harmonies of #841832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841832

Black with #841832

Text Example


Text Example

White with #841832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841832; }

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

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

background-color css

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

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

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

border-color css

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

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

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