Html Css Color HEX #83122E Scarlett

📋 copy color: '#83122E'

red 131 ◦ green 18 ◦ blue 46

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

Shades of Scarlett #83122E

Tints of Scarlett #83122E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.23%

 BLUE value IS 46 (18.36% from 255) = 23.59%

R = 67.18%
G = 9.23%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#83122E (or 0x83122E) is known color: Scarlett. HEX triplet: 83, 12 and 2E. RGB value is (131,18,46). Sum of RGB (Red+Green+Blue) = 131+18+46=195 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.18% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 131 - color contains mainly: red. Hex color #83122E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83122E is #7CEDD1. Grayscale: #363636. Windows color (decimal): -8187346 or 3019395. OLE color: 3019395.

HSL color Cylindrical-coordinate representation of color #83122E: hue angle of 345.13º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83122E is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 18 46 -
CMYK 0 0.86 0.65 0.49
HSL 345.13º 0.76% 0.29% -
HSV(B) 345.13º 0.86% 0.51% -
XYZ 10.07 5.46 3.11 -
YUV 54.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 131 18 46 0 0.86 0.65 0.49 345.13 0.76 0.29
Hex 83 12 2E 0 56 41 31 159 4C 1D
Octal 203 22 56 0 126 101 61 531 114 35
Binary 10000011 10010 101110 0 1010110 1000001 110001 101011001 1001100 11101

Color Harmonies of #83122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83122E

Black with #83122E

Text Example


Text Example

White with #83122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83122E; }

 p { color: rgb(131,18,46); }

 H1.HeaderClassName
 {
   color: #83122E;
 }
 .AnyTagClassName
 {
   color: #83122E;
 }
</style>

background-color css

<style>
 a { background-color: #83122E; }

 a { background-color: rgb(131,18,46); }

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

border-color css

<style>
 span { border-color: #83122E; }

 span { border-color: rgb(131,18,46); }

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