Html Css Color HEX #83192F Scarlett

📋 copy color: '#83192F'

red 131 ◦ green 25 ◦ blue 47

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

Shades of Scarlett #83192F

Tints of Scarlett #83192F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.15%

R = 64.53%
G = 12.32%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#83192F (or 0x83192F) is known color: Scarlett. HEX triplet: 83, 19 and 2F. RGB value is (131,25,47). Sum of RGB (Red+Green+Blue) = 131+25+47=203 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.53% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 131 - color contains mainly: red. Hex color #83192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83192F is #7CE6D0. Grayscale: #3B3B3B. Windows color (decimal): -8185553 or 3086723. OLE color: 3086723.

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

Color convert

RGB 131 25 47 -
CMYK 0 0.81 0.64 0.49
HSL 347.55º 0.68% 0.31% -
HSV(B) 347.55º 0.81% 0.51% -
XYZ 10.22 5.73 3.26 -
YUV 59.2 121.12 179.21 -
System Red Green Blue C M Y K H S L
Decimal 131 25 47 0 0.81 0.64 0.49 347.55 0.68 0.31
Hex 83 19 2F 0 51 40 31 15C 44 1F
Octal 203 31 57 0 121 100 61 534 104 37
Binary 10000011 11001 101111 0 1010001 1000000 110001 101011100 1000100 11111

Color Harmonies of #83192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83192F

Black with #83192F

Text Example


Text Example

White with #83192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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