Html Css Color HEX #832034 Scarlett

📋 copy color: '#832034'

red 131 ◦ green 32 ◦ blue 52

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

Shades of Scarlett #832034

Tints of Scarlett #832034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.19%

R = 60.93%
G = 14.88%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#832034 (or 0x832034) is known color: Scarlett. HEX triplet: 83, 20 and 34. RGB value is (131,32,52). Sum of RGB (Red+Green+Blue) = 131+32+52=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #832034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832034 is #7CDFCB. Grayscale: #3F3F3F. Windows color (decimal): -8183756 or 3416195. OLE color: 3416195.

HSL color Cylindrical-coordinate representation of color #832034: hue angle of 347.88º 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 #832034 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 32 52 -
CMYK 0 0.76 0.60 0.49
HSL 347.88º 0.61% 0.32% -
HSV(B) 347.88º 0.76% 0.51% -
XYZ 10.5 6.11 3.87 -
YUV 63.88 121.3 175.87 -
System Red Green Blue C M Y K H S L
Decimal 131 32 52 0 0.76 0.60 0.49 347.88 0.61 0.32
Hex 83 20 34 0 4C 3C 31 15C 3D 20
Octal 203 40 64 0 114 74 61 534 75 40
Binary 10000011 100000 110100 0 1001100 111100 110001 101011100 111101 100000

Color Harmonies of #832034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832034

Black with #832034

Text Example


Text Example

White with #832034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832034; }

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

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

background-color css

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

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

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

border-color css

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

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

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