Html Css Color HEX #83182B Scarlett

📋 copy color: '#83182B'

red 131 ◦ green 24 ◦ blue 43

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

Shades of Scarlett #83182B

Tints of Scarlett #83182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.12%

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

R = 66.16%
G = 12.12%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83182B (or 0x83182B) is known color: Scarlett. HEX triplet: 83, 18 and 2B. RGB value is (131,24,43). Sum of RGB (Red+Green+Blue) = 131+24+43=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #83182B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83182B is #7CE7D4. Grayscale: #3A3A3A. Windows color (decimal): -8185813 or 2824323. OLE color: 2824323.

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

Color convert

RGB 131 24 43 -
CMYK 0 0.82 0.67 0.49
HSL 349.35º 0.69% 0.3% -
HSV(B) 349.35º 0.82% 0.51% -
XYZ 10.12 5.65 2.84 -
YUV 58.16 119.45 179.96 -
System Red Green Blue C M Y K H S L
Decimal 131 24 43 0 0.82 0.67 0.49 349.35 0.69 0.3
Hex 83 18 2B 0 52 43 31 15D 45 1E
Octal 203 30 53 0 122 103 61 535 105 36
Binary 10000011 11000 101011 0 1010010 1000011 110001 101011101 1000101 11110

Color Harmonies of #83182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83182B

Black with #83182B

Text Example


Text Example

White with #83182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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