Html Css Color HEX #83122D Scarlett

📋 copy color: '#83122D'

red 131 ◦ green 18 ◦ blue 45

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

Shades of Scarlett #83122D

Tints of Scarlett #83122D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.2%

R = 67.53%
G = 9.28%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83122D (or 0x83122D) is known color: Scarlett. HEX triplet: 83, 12 and 2D. RGB value is (131,18,45). Sum of RGB (Red+Green+Blue) = 131+18+45=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #83122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83122D is #7CEDD2. Grayscale: #363636. Windows color (decimal): -8187347 or 2953859. OLE color: 2953859.

HSL color Cylindrical-coordinate representation of color #83122D: hue angle of 345.66º 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 #83122D is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 18 45 -
CMYK 0 0.86 0.66 0.49
HSL 345.66º 0.76% 0.29% -
HSV(B) 345.66º 0.86% 0.51% -
XYZ 10.05 5.45 3 -
YUV 54.87 122.44 182.3 -
System Red Green Blue C M Y K H S L
Decimal 131 18 45 0 0.86 0.66 0.49 345.66 0.76 0.29
Hex 83 12 2D 0 56 42 31 15A 4C 1D
Octal 203 22 55 0 126 102 61 532 114 35
Binary 10000011 10010 101101 0 1010110 1000010 110001 101011010 1001100 11101

Color Harmonies of #83122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83122D

Black with #83122D

Text Example


Text Example

White with #83122D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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