Html Css Color HEX #83212E Scarlett

📋 copy color: '#83212E'

red 131 ◦ green 33 ◦ blue 46

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

Shades of Scarlett #83212E

Tints of Scarlett #83212E

RGB

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

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

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

R = 62.38%
G = 15.71%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#83212E (or 0x83212E) is known color: Scarlett. HEX triplet: 83, 21 and 2E. RGB value is (131,33,46). Sum of RGB (Red+Green+Blue) = 131+33+46=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83212E is #7CDED1. Grayscale: #3F3F3F. Windows color (decimal): -8183506 or 3023235. OLE color: 3023235.

HSL color Cylindrical-coordinate representation of color #83212E: hue angle of 352.04º 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 #83212E is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 33 46 -
CMYK 0 0.75 0.65 0.49
HSL 352.04º 0.6% 0.32% -
HSV(B) 352.04º 0.75% 0.51% -
XYZ 10.4 6.11 3.22 -
YUV 63.78 117.97 175.94 -
System Red Green Blue C M Y K H S L
Decimal 131 33 46 0 0.75 0.65 0.49 352.04 0.6 0.32
Hex 83 21 2E 0 4B 41 31 160 3C 20
Octal 203 41 56 0 113 101 61 540 74 40
Binary 10000011 100001 101110 0 1001011 1000001 110001 101100000 111100 100000

Color Harmonies of #83212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83212E

Black with #83212E

Text Example


Text Example

White with #83212E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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