Html Css Color HEX #83153B Scarlett

📋 copy color: '#83153B'

red 131 ◦ green 21 ◦ blue 59

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

Shades of Scarlett #83153B

Tints of Scarlett #83153B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.96%

R = 62.09%
G = 9.95%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#83153B (or 0x83153B) is known color: Scarlett. HEX triplet: 83, 15 and 3B. RGB value is (131,21,59). Sum of RGB (Red+Green+Blue) = 131+21+59=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #83153B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83153B is #7CEAC4. Grayscale: #3A3A3A. Windows color (decimal): -8186565 or 3872131. OLE color: 3872131.

HSL color Cylindrical-coordinate representation of color #83153B: hue angle of 339.27º 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 #83153B is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 21 59 -
CMYK 0 0.84 0.55 0.49
HSL 339.27º 0.72% 0.3% -
HSV(B) 339.27º 0.84% 0.51% -
XYZ 10.42 5.68 4.68 -
YUV 58.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 131 21 59 0 0.84 0.55 0.49 339.27 0.72 0.3
Hex 83 15 3B 0 54 37 31 153 48 1E
Octal 203 25 73 0 124 67 61 523 110 36
Binary 10000011 10101 111011 0 1010100 110111 110001 101010011 1001000 11110

Color Harmonies of #83153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83153B

Black with #83153B

Text Example


Text Example

White with #83153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83153B; }

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

 H1.HeaderClassName
 {
   color: #83153B;
 }
 .AnyTagClassName
 {
   color: #83153B;
 }
</style>

background-color css

<style>
 a { background-color: #83153B; }

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

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

border-color css

<style>
 span { border-color: #83153B; }

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

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