Html Css Color HEX #83192D Scarlett

📋 copy color: '#83192D'

red 131 ◦ green 25 ◦ blue 45

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

Shades of Scarlett #83192D

Tints of Scarlett #83192D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.39%

R = 65.17%
G = 12.44%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83192D (or 0x83192D) is known color: Scarlett. HEX triplet: 83, 19 and 2D. RGB value is (131,25,45). Sum of RGB (Red+Green+Blue) = 131+25+45=201 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.17% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 131 - color contains mainly: red. Hex color #83192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83192D is #7CE6D2. Grayscale: #3B3B3B. Windows color (decimal): -8185555 or 2955651. OLE color: 2955651.

HSL color Cylindrical-coordinate representation of color #83192D: hue angle of 348.68º 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 #83192D is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 25 45 -
CMYK 0 0.81 0.66 0.49
HSL 348.68º 0.68% 0.31% -
HSV(B) 348.68º 0.81% 0.51% -
XYZ 10.18 5.71 3.05 -
YUV 58.97 120.12 179.37 -
System Red Green Blue C M Y K H S L
Decimal 131 25 45 0 0.81 0.66 0.49 348.68 0.68 0.31
Hex 83 19 2D 0 51 42 31 15D 44 1F
Octal 203 31 55 0 121 102 61 535 104 37
Binary 10000011 11001 101101 0 1010001 1000010 110001 101011101 1000100 11111

Color Harmonies of #83192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83192D

Black with #83192D

Text Example


Text Example

White with #83192D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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