Html Css Color HEX #832230 Scarlett

📋 copy color: '#832230'

red 131 ◦ green 34 ◦ blue 48

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

Shades of Scarlett #832230

Tints of Scarlett #832230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.96%

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

R = 61.5%
G = 15.96%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#832230 (or 0x832230) is known color: Scarlett. HEX triplet: 83, 22 and 30. RGB value is (131,34,48). Sum of RGB (Red+Green+Blue) = 131+34+48=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #832230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832230 is #7CDDCF. Grayscale: #404040. Windows color (decimal): -8183248 or 3154563. OLE color: 3154563.

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

Color convert

RGB 131 34 48 -
CMYK 0 0.74 0.63 0.49
HSL 351.34º 0.59% 0.32% -
HSV(B) 351.34º 0.74% 0.51% -
XYZ 10.47 6.18 3.44 -
YUV 64.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 131 34 48 0 0.74 0.63 0.49 351.34 0.59 0.32
Hex 83 22 30 0 4A 3F 31 15F 3B 20
Octal 203 42 60 0 112 77 61 537 73 40
Binary 10000011 100010 110000 0 1001010 111111 110001 101011111 111011 100000

Color Harmonies of #832230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832230

Black with #832230

Text Example


Text Example

White with #832230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832230; }

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

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

background-color css

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

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

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

border-color css

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

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

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