Html Css Color HEX #832430 Scarlett

📋 copy color: '#832430'

red 131 ◦ green 36 ◦ blue 48

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

Shades of Scarlett #832430

Tints of Scarlett #832430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.74%

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

R = 60.93%
G = 16.74%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#832430 (or 0x832430) is known color: Scarlett. HEX triplet: 83, 24 and 30. RGB value is (131,36,48). Sum of RGB (Red+Green+Blue) = 131+36+48=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #832430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832430 is #7CDBCF. Grayscale: #414141. Windows color (decimal): -8182736 or 3155075. OLE color: 3155075.

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

Color convert

RGB 131 36 48 -
CMYK 0 0.73 0.63 0.49
HSL 352.42º 0.57% 0.33% -
HSV(B) 352.42º 0.73% 0.51% -
XYZ 10.52 6.3 3.46 -
YUV 65.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 131 36 48 0 0.73 0.63 0.49 352.42 0.57 0.33
Hex 83 24 30 0 49 3F 31 160 39 21
Octal 203 44 60 0 111 77 61 540 71 41
Binary 10000011 100100 110000 0 1001001 111111 110001 101100000 111001 100001

Color Harmonies of #832430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832430

Black with #832430

Text Example


Text Example

White with #832430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832430; }

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

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

background-color css

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

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

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

border-color css

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

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

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