Html Css Color HEX #841232 Scarlett

📋 copy color: '#841232'

red 132 ◦ green 18 ◦ blue 50

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

Shades of Scarlett #841232

Tints of Scarlett #841232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

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

R = 66%
G = 9%
B = 25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#841232 (or 0x841232) is known color: Scarlett. HEX triplet: 84, 12 and 32. RGB value is (132,18,50). Sum of RGB (Red+Green+Blue) = 132+18+50=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #841232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841232 is #7BEDCD. Grayscale: #373737. Windows color (decimal): -8121806 or 3281540. OLE color: 3281540.

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

Color convert

RGB 132 18 50 -
CMYK 0 0.86 0.62 0.48
HSL 343.16º 0.76% 0.29% -
HSV(B) 343.16º 0.86% 0.52% -
XYZ 10.31 5.57 3.55 -
YUV 55.73 124.77 182.4 -
System Red Green Blue C M Y K H S L
Decimal 132 18 50 0 0.86 0.62 0.48 343.16 0.76 0.29
Hex 84 12 32 0 56 3E 30 157 4C 1D
Octal 204 22 62 0 126 76 60 527 114 35
Binary 10000100 10010 110010 0 1010110 111110 110000 101010111 1001100 11101

Color Harmonies of #841232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841232

Black with #841232

Text Example


Text Example

White with #841232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841232; }

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

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

background-color css

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

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

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

border-color css

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

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

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