Html Css Color HEX #83202C Scarlett

📋 copy color: '#83202C'

red 131 ◦ green 32 ◦ blue 44

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

Shades of Scarlett #83202C

Tints of Scarlett #83202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.46%

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

R = 63.29%
G = 15.46%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83202C (or 0x83202C) is known color: Scarlett. HEX triplet: 83, 20 and 2C. RGB value is (131,32,44). Sum of RGB (Red+Green+Blue) = 131+32+44=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #83202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83202C is #7CDFD3. Grayscale: #3F3F3F. Windows color (decimal): -8183764 or 2891907. OLE color: 2891907.

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

Color convert

RGB 131 32 44 -
CMYK 0 0.76 0.66 0.49
HSL 352.73º 0.61% 0.32% -
HSV(B) 352.73º 0.76% 0.51% -
XYZ 10.33 6.04 3 -
YUV 62.97 117.3 176.52 -
System Red Green Blue C M Y K H S L
Decimal 131 32 44 0 0.76 0.66 0.49 352.73 0.61 0.32
Hex 83 20 2C 0 4C 42 31 161 3D 20
Octal 203 40 54 0 114 102 61 541 75 40
Binary 10000011 100000 101100 0 1001100 1000010 110001 101100001 111101 100000

Color Harmonies of #83202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83202C

Black with #83202C

Text Example


Text Example

White with #83202C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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