Html Css Color HEX #83212D Scarlett

📋 copy color: '#83212D'

red 131 ◦ green 33 ◦ blue 45

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

Shades of Scarlett #83212D

Tints of Scarlett #83212D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.79%

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

R = 62.68%
G = 15.79%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83212D (or 0x83212D) is known color: Scarlett. HEX triplet: 83, 21 and 2D. RGB value is (131,33,45). Sum of RGB (Red+Green+Blue) = 131+33+45=209 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.68% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 131 - color contains mainly: red. Hex color #83212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83212D is #7CDED2. Grayscale: #3F3F3F. Windows color (decimal): -8183507 or 2957699. OLE color: 2957699.

HSL color Cylindrical-coordinate representation of color #83212D: hue angle of 352.65º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83212D is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 33 45 -
CMYK 0 0.75 0.66 0.49
HSL 352.65º 0.6% 0.32% -
HSV(B) 352.65º 0.75% 0.51% -
XYZ 10.38 6.1 3.11 -
YUV 63.67 117.47 176.02 -
System Red Green Blue C M Y K H S L
Decimal 131 33 45 0 0.75 0.66 0.49 352.65 0.6 0.32
Hex 83 21 2D 0 4B 42 31 161 3C 20
Octal 203 41 55 0 113 102 61 541 74 40
Binary 10000011 100001 101101 0 1001011 1000010 110001 101100001 111100 100000

Color Harmonies of #83212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83212D

Black with #83212D

Text Example


Text Example

White with #83212D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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