Html Css Color HEX #83232F Scarlett

📋 copy color: '#83232F'

red 131 ◦ green 35 ◦ blue 47

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

Shades of Scarlett #83232F

Tints of Scarlett #83232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.43%

 BLUE value IS 47 (18.75% from 255) = 22.07%

R = 61.5%
G = 16.43%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#83232F (or 0x83232F) is known color: Scarlett. HEX triplet: 83, 23 and 2F. RGB value is (131,35,47). Sum of RGB (Red+Green+Blue) = 131+35+47=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #83232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83232F is #7CDCD0. Grayscale: #414141. Windows color (decimal): -8182993 or 3089283. OLE color: 3089283.

HSL color Cylindrical-coordinate representation of color #83232F: hue angle of 352.5º degrees, saturation: 0.58, 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 #83232F is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 35 47 -
CMYK 0 0.73 0.64 0.49
HSL 352.5º 0.58% 0.33% -
HSV(B) 352.5º 0.73% 0.51% -
XYZ 10.47 6.23 3.34 -
YUV 65.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 131 35 47 0 0.73 0.64 0.49 352.5 0.58 0.33
Hex 83 23 2F 0 49 40 31 160 3A 21
Octal 203 43 57 0 111 100 61 540 72 41
Binary 10000011 100011 101111 0 1001001 1000000 110001 101100000 111010 100001

Color Harmonies of #83232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83232F

Black with #83232F

Text Example


Text Example

White with #83232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83232F; }

 p { color: rgb(131,35,47); }

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

background-color css

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

 a { background-color: rgb(131,35,47); }

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

border-color css

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

 span { border-color: rgb(131,35,47); }

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