Html Css Color HEX #83143B Scarlett

📋 copy color: '#83143B'

red 131 ◦ green 20 ◦ blue 59

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

Shades of Scarlett #83143B

Tints of Scarlett #83143B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.52%

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

R = 62.38%
G = 9.52%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#83143B (or 0x83143B) is known color: Scarlett. HEX triplet: 83, 14 and 3B. RGB value is (131,20,59). Sum of RGB (Red+Green+Blue) = 131+20+59=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83143B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83143B is #7CEBC4. Grayscale: #393939. Windows color (decimal): -8186821 or 3871875. OLE color: 3871875.

HSL color Cylindrical-coordinate representation of color #83143B: hue angle of 338.92º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83143B is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 20 59 -
CMYK 0 0.85 0.55 0.49
HSL 338.92º 0.74% 0.3% -
HSV(B) 338.92º 0.85% 0.51% -
XYZ 10.4 5.64 4.68 -
YUV 57.64 128.77 180.33 -
System Red Green Blue C M Y K H S L
Decimal 131 20 59 0 0.85 0.55 0.49 338.92 0.74 0.3
Hex 83 14 3B 0 55 37 31 153 4A 1E
Octal 203 24 73 0 125 67 61 523 112 36
Binary 10000011 10100 111011 0 1010101 110111 110001 101010011 1001010 11110

Color Harmonies of #83143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83143B

Black with #83143B

Text Example


Text Example

White with #83143B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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