Html Css Color HEX #83202D Scarlett

📋 copy color: '#83202D'

red 131 ◦ green 32 ◦ blue 45

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

Shades of Scarlett #83202D

Tints of Scarlett #83202D

RGB

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

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

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

R = 62.98%
G = 15.38%
B = 21.63%

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

#83202D (or 0x83202D) is known color: Scarlett. HEX triplet: 83, 20 and 2D. RGB value is (131,32,45). Sum of RGB (Red+Green+Blue) = 131+32+45=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #83202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83202D is #7CDFD2. Grayscale: #3F3F3F. Windows color (decimal): -8183763 or 2957443. OLE color: 2957443.

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

Color convert

RGB 131 32 45 -
CMYK 0 0.76 0.66 0.49
HSL 352.12º 0.61% 0.32% -
HSV(B) 352.12º 0.76% 0.51% -
XYZ 10.35 6.05 3.1 -
YUV 63.08 117.8 176.44 -
System Red Green Blue C M Y K H S L
Decimal 131 32 45 0 0.76 0.66 0.49 352.12 0.61 0.32
Hex 83 20 2D 0 4C 42 31 160 3D 20
Octal 203 40 55 0 114 102 61 540 75 40
Binary 10000011 100000 101101 0 1001100 1000010 110001 101100000 111101 100000

Color Harmonies of #83202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83202D

Black with #83202D

Text Example


Text Example

White with #83202D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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