Html Css Color HEX #832132 Scarlett

📋 copy color: '#832132'

red 131 ◦ green 33 ◦ blue 50

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

Shades of Scarlett #832132

Tints of Scarlett #832132

RGB

 RED value IS 131 (51.56% from 255) = 61.21%

 GREEN value IS 33 (13.28% from 255) = 15.42%

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

R = 61.21%
G = 15.42%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#832132 (or 0x832132) is known color: Scarlett. HEX triplet: 83, 21 and 32. RGB value is (131,33,50). Sum of RGB (Red+Green+Blue) = 131+33+50=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #832132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832132 is #7CDECD. Grayscale: #404040. Windows color (decimal): -8183502 or 3285379. OLE color: 3285379.

HSL color Cylindrical-coordinate representation of color #832132: hue angle of 349.59º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832132 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 33 50 -
CMYK 0 0.75 0.62 0.49
HSL 349.59º 0.6% 0.32% -
HSV(B) 349.59º 0.75% 0.51% -
XYZ 10.48 6.14 3.65 -
YUV 64.24 119.97 175.62 -
System Red Green Blue C M Y K H S L
Decimal 131 33 50 0 0.75 0.62 0.49 349.59 0.6 0.32
Hex 83 21 32 0 4B 3E 31 15E 3C 20
Octal 203 41 62 0 113 76 61 536 74 40
Binary 10000011 100001 110010 0 1001011 111110 110001 101011110 111100 100000

Color Harmonies of #832132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832132

Black with #832132

Text Example


Text Example

White with #832132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832132; }

 p { color: rgb(131,33,50); }

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

background-color css

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

 a { background-color: rgb(131,33,50); }

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

border-color css

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

 span { border-color: rgb(131,33,50); }

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