Html Css Color HEX #83152F Scarlett

📋 copy color: '#83152F'

red 131 ◦ green 21 ◦ blue 47

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

Shades of Scarlett #83152F

Tints of Scarlett #83152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

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

R = 65.83%
G = 10.55%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#83152F (or 0x83152F) is known color: Scarlett. HEX triplet: 83, 15 and 2F. RGB value is (131,21,47). Sum of RGB (Red+Green+Blue) = 131+21+47=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #83152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83152F is #7CEAD0. Grayscale: #383838. Windows color (decimal): -8186577 or 3085699. OLE color: 3085699.

HSL color Cylindrical-coordinate representation of color #83152F: hue angle of 345.82º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83152F is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 21 47 -
CMYK 0 0.84 0.64 0.49
HSL 345.82º 0.72% 0.3% -
HSV(B) 345.82º 0.84% 0.51% -
XYZ 10.14 5.57 3.23 -
YUV 56.85 122.44 180.89 -
System Red Green Blue C M Y K H S L
Decimal 131 21 47 0 0.84 0.64 0.49 345.82 0.72 0.3
Hex 83 15 2F 0 54 40 31 15A 48 1E
Octal 203 25 57 0 124 100 61 532 110 36
Binary 10000011 10101 101111 0 1010100 1000000 110001 101011010 1001000 11110

Color Harmonies of #83152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83152F

Black with #83152F

Text Example


Text Example

White with #83152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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