Html Css Color HEX #83222C Scarlett

📋 copy color: '#83222C'

red 131 ◦ green 34 ◦ blue 44

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

Shades of Scarlett #83222C

Tints of Scarlett #83222C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.27%

 BLUE value IS 44 (17.58% from 255) = 21.05%

R = 62.68%
G = 16.27%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83222C (or 0x83222C) is known color: Scarlett. HEX triplet: 83, 22 and 2C. RGB value is (131,34,44). Sum of RGB (Red+Green+Blue) = 131+34+44=209 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.68% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 131 - color contains mainly: red. Hex color #83222C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83222C is #7CDDD3. Grayscale: #404040. Windows color (decimal): -8183252 or 2892419. OLE color: 2892419.

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

Color convert

RGB 131 34 44 -
CMYK 0 0.74 0.66 0.49
HSL 353.81º 0.59% 0.32% -
HSV(B) 353.81º 0.74% 0.51% -
XYZ 10.39 6.15 3.02 -
YUV 64.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 131 34 44 0 0.74 0.66 0.49 353.81 0.59 0.32
Hex 83 22 2C 0 4A 42 31 162 3B 20
Octal 203 42 54 0 112 102 61 542 73 40
Binary 10000011 100010 101100 0 1001010 1000010 110001 101100010 111011 100000

Color Harmonies of #83222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83222C

Black with #83222C

Text Example


Text Example

White with #83222C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83222C; }

 p { color: rgb(131,34,44); }

 H1.HeaderClassName
 {
   color: #83222C;
 }
 .AnyTagClassName
 {
   color: #83222C;
 }
</style>

background-color css

<style>
 a { background-color: #83222C; }

 a { background-color: rgb(131,34,44); }

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

border-color css

<style>
 span { border-color: #83222C; }

 span { border-color: rgb(131,34,44); }

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