Html Css Color HEX #83132C Scarlett

📋 copy color: '#83132C'

red 131 ◦ green 19 ◦ blue 44

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

Shades of Scarlett #83132C

Tints of Scarlett #83132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.79%

 BLUE value IS 44 (17.58% from 255) = 22.68%

R = 67.53%
G = 9.79%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83132C (or 0x83132C) is known color: Scarlett. HEX triplet: 83, 13 and 2C. RGB value is (131,19,44). Sum of RGB (Red+Green+Blue) = 131+19+44=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #83132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83132C is #7CECD3. Grayscale: #373737. Windows color (decimal): -8187092 or 2888579. OLE color: 2888579.

HSL color Cylindrical-coordinate representation of color #83132C: hue angle of 346.61º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83132C is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 19 44 -
CMYK 0 0.85 0.66 0.49
HSL 346.61º 0.75% 0.29% -
HSV(B) 346.61º 0.85% 0.51% -
XYZ 10.05 5.47 2.91 -
YUV 55.34 121.61 181.97 -
System Red Green Blue C M Y K H S L
Decimal 131 19 44 0 0.85 0.66 0.49 346.61 0.75 0.29
Hex 83 13 2C 0 55 42 31 15B 4B 1D
Octal 203 23 54 0 125 102 61 533 113 35
Binary 10000011 10011 101100 0 1010101 1000010 110001 101011011 1001011 11101

Color Harmonies of #83132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83132C

Black with #83132C

Text Example


Text Example

White with #83132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83132C; }

 p { color: rgb(131,19,44); }

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

background-color css

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

 a { background-color: rgb(131,19,44); }

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

border-color css

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

 span { border-color: rgb(131,19,44); }

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