Html Css Color HEX #83132A Scarlett

📋 copy color: '#83132A'

red 131 ◦ green 19 ◦ blue 42

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

Shades of Scarlett #83132A

Tints of Scarlett #83132A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.88%

R = 68.23%
G = 9.9%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#83132A (or 0x83132A) is known color: Scarlett. HEX triplet: 83, 13 and 2A. RGB value is (131,19,42). Sum of RGB (Red+Green+Blue) = 131+19+42=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #83132A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83132A is #7CECD5. Grayscale: #373737. Windows color (decimal): -8187094 or 2757507. OLE color: 2757507.

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

Color convert

RGB 131 19 42 -
CMYK 0 0.85 0.68 0.49
HSL 347.68º 0.75% 0.29% -
HSV(B) 347.68º 0.85% 0.51% -
XYZ 10.01 5.46 2.72 -
YUV 55.11 120.61 182.13 -
System Red Green Blue C M Y K H S L
Decimal 131 19 42 0 0.85 0.68 0.49 347.68 0.75 0.29
Hex 83 13 2A 0 55 44 31 15C 4B 1D
Octal 203 23 52 0 125 104 61 534 113 35
Binary 10000011 10011 101010 0 1010101 1000100 110001 101011100 1001011 11101

Color Harmonies of #83132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83132A

Black with #83132A

Text Example


Text Example

White with #83132A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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