Html Css Color HEX #832030 Scarlett

📋 copy color: '#832030'

red 131 ◦ green 32 ◦ blue 48

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

Shades of Scarlett #832030

Tints of Scarlett #832030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.75%

R = 62.09%
G = 15.17%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#832030 (or 0x832030) is known color: Scarlett. HEX triplet: 83, 20 and 30. RGB value is (131,32,48). Sum of RGB (Red+Green+Blue) = 131+32+48=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #832030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832030 is #7CDFCF. Grayscale: #3F3F3F. Windows color (decimal): -8183760 or 3154051. OLE color: 3154051.

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

Color convert

RGB 131 32 48 -
CMYK 0 0.76 0.63 0.49
HSL 350.3º 0.61% 0.32% -
HSV(B) 350.3º 0.76% 0.51% -
XYZ 10.41 6.07 3.42 -
YUV 63.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 131 32 48 0 0.76 0.63 0.49 350.3 0.61 0.32
Hex 83 20 30 0 4C 3F 31 15E 3D 20
Octal 203 40 60 0 114 77 61 536 75 40
Binary 10000011 100000 110000 0 1001100 111111 110001 101011110 111101 100000

Color Harmonies of #832030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832030

Black with #832030

Text Example


Text Example

White with #832030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832030; }

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

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

background-color css

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

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

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

border-color css

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

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

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