Html Css Color HEX #832032 Scarlett

📋 copy color: '#832032'

red 131 ◦ green 32 ◦ blue 50

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

Shades of Scarlett #832032

Tints of Scarlett #832032

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

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

R = 61.5%
G = 15.02%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#832032 (or 0x832032) is known color: Scarlett. HEX triplet: 83, 20 and 32. RGB value is (131,32,50). Sum of RGB (Red+Green+Blue) = 131+32+50=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #832032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832032 is #7CDFCD. Grayscale: #3F3F3F. Windows color (decimal): -8183758 or 3285123. OLE color: 3285123.

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

Color convert

RGB 131 32 50 -
CMYK 0 0.76 0.62 0.49
HSL 349.09º 0.61% 0.32% -
HSV(B) 349.09º 0.76% 0.51% -
XYZ 10.45 6.09 3.64 -
YUV 63.65 120.3 176.04 -
System Red Green Blue C M Y K H S L
Decimal 131 32 50 0 0.76 0.62 0.49 349.09 0.61 0.32
Hex 83 20 32 0 4C 3E 31 15D 3D 20
Octal 203 40 62 0 114 76 61 535 75 40
Binary 10000011 100000 110010 0 1001100 111110 110001 101011101 111101 100000

Color Harmonies of #832032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832032

Black with #832032

Text Example


Text Example

White with #832032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832032; }

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

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

background-color css

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

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

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

border-color css

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

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

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