Html Css Color HEX #83153A Scarlett

📋 copy color: '#83153A'

red 131 ◦ green 21 ◦ blue 58

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

Shades of Scarlett #83153A

Tints of Scarlett #83153A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.62%

R = 62.38%
G = 10%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83153A (or 0x83153A) is known color: Scarlett. HEX triplet: 83, 15 and 3A. RGB value is (131,21,58). Sum of RGB (Red+Green+Blue) = 131+21+58=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83153A is #7CEAC5. Grayscale: #3A3A3A. Windows color (decimal): -8186566 or 3806595. OLE color: 3806595.

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

Color convert

RGB 131 21 58 -
CMYK 0 0.84 0.56 0.49
HSL 339.82º 0.72% 0.3% -
HSV(B) 339.82º 0.84% 0.51% -
XYZ 10.39 5.67 4.55 -
YUV 58.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 131 21 58 0 0.84 0.56 0.49 339.82 0.72 0.3
Hex 83 15 3A 0 54 38 31 154 48 1E
Octal 203 25 72 0 124 70 61 524 110 36
Binary 10000011 10101 111010 0 1010100 111000 110001 101010100 1001000 11110

Color Harmonies of #83153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83153A

Black with #83153A

Text Example


Text Example

White with #83153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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