Html Css Color HEX #83142B Scarlett

📋 copy color: '#83142B'

red 131 ◦ green 20 ◦ blue 43

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

Shades of Scarlett #83142B

Tints of Scarlett #83142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.16%

R = 67.53%
G = 10.31%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83142B (or 0x83142B) is known color: Scarlett. HEX triplet: 83, 14 and 2B. RGB value is (131,20,43). Sum of RGB (Red+Green+Blue) = 131+20+43=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #83142B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83142B is #7CEBD4. Grayscale: #373737. Windows color (decimal): -8186837 or 2823299. OLE color: 2823299.

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

Color convert

RGB 131 20 43 -
CMYK 0 0.85 0.67 0.49
HSL 347.57º 0.74% 0.3% -
HSV(B) 347.57º 0.85% 0.51% -
XYZ 10.05 5.5 2.82 -
YUV 55.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 131 20 43 0 0.85 0.67 0.49 347.57 0.74 0.3
Hex 83 14 2B 0 55 43 31 15C 4A 1E
Octal 203 24 53 0 125 103 61 534 112 36
Binary 10000011 10100 101011 0 1010101 1000011 110001 101011100 1001010 11110

Color Harmonies of #83142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83142B

Black with #83142B

Text Example


Text Example

White with #83142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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