Html Css Color HEX #83132B Scarlett

📋 copy color: '#83132B'

red 131 ◦ green 19 ◦ blue 43

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

Shades of Scarlett #83132B

Tints of Scarlett #83132B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.28%

R = 67.88%
G = 9.84%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83132B (or 0x83132B) is known color: Scarlett. HEX triplet: 83, 13 and 2B. RGB value is (131,19,43). Sum of RGB (Red+Green+Blue) = 131+19+43=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #83132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83132B is #7CECD4. Grayscale: #373737. Windows color (decimal): -8187093 or 2823043. OLE color: 2823043.

HSL color Cylindrical-coordinate representation of color #83132B: hue angle of 347.14º 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 #83132B is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 19 43 -
CMYK 0 0.85 0.67 0.49
HSL 347.14º 0.75% 0.29% -
HSV(B) 347.14º 0.85% 0.51% -
XYZ 10.03 5.47 2.81 -
YUV 55.22 121.11 182.05 -
System Red Green Blue C M Y K H S L
Decimal 131 19 43 0 0.85 0.67 0.49 347.14 0.75 0.29
Hex 83 13 2B 0 55 43 31 15B 4B 1D
Octal 203 23 53 0 125 103 61 533 113 35
Binary 10000011 10011 101011 0 1010101 1000011 110001 101011011 1001011 11101

Color Harmonies of #83132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83132B

Black with #83132B

Text Example


Text Example

White with #83132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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