Html Css Color HEX #83192A Scarlett

📋 copy color: '#83192A'

red 131 ◦ green 25 ◦ blue 42

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

Shades of Scarlett #83192A

Tints of Scarlett #83192A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.63%

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

R = 66.16%
G = 12.63%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#83192A (or 0x83192A) is known color: Scarlett. HEX triplet: 83, 19 and 2A. RGB value is (131,25,42). Sum of RGB (Red+Green+Blue) = 131+25+42=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #83192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83192A is #7CE6D5. Grayscale: #3A3A3A. Windows color (decimal): -8185558 or 2759043. OLE color: 2759043.

HSL color Cylindrical-coordinate representation of color #83192A: hue angle of 350.38º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83192A is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 25 42 -
CMYK 0 0.81 0.68 0.49
HSL 350.38º 0.68% 0.31% -
HSV(B) 350.38º 0.81% 0.51% -
XYZ 10.13 5.69 2.75 -
YUV 58.63 118.62 179.62 -
System Red Green Blue C M Y K H S L
Decimal 131 25 42 0 0.81 0.68 0.49 350.38 0.68 0.31
Hex 83 19 2A 0 51 44 31 15E 44 1F
Octal 203 31 52 0 121 104 61 536 104 37
Binary 10000011 11001 101010 0 1010001 1000100 110001 101011110 1000100 11111

Color Harmonies of #83192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83192A

Black with #83192A

Text Example


Text Example

White with #83192A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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