Html Css Color HEX #82193D Scarlett

📋 copy color: '#82193D'

red 130 ◦ green 25 ◦ blue 61

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

Shades of Scarlett #82193D

Tints of Scarlett #82193D

RGB

 RED value IS 130 (51.17% from 255) = 60.19%

 GREEN value IS 25 (10.16% from 255) = 11.57%

 BLUE value IS 61 (24.22% from 255) = 28.24%

R = 60.19%
G = 11.57%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#82193D (or 0x82193D) is known color: Scarlett. HEX triplet: 82, 19 and 3D. RGB value is (130,25,61). Sum of RGB (Red+Green+Blue) = 130+25+61=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #82193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82193D is #7DE6C2. Grayscale: #3C3C3C. Windows color (decimal): -8251075 or 4004226. OLE color: 4004226.

HSL color Cylindrical-coordinate representation of color #82193D: hue angle of 339.43º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82193D is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 25 61 -
CMYK 0 0.81 0.53 0.49
HSL 339.43º 0.68% 0.3% -
HSV(B) 339.43º 0.81% 0.51% -
XYZ 10.4 5.78 4.98 -
YUV 60.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 130 25 61 0 0.81 0.53 0.49 339.43 0.68 0.3
Hex 82 19 3D 0 51 35 31 153 44 1E
Octal 202 31 75 0 121 65 61 523 104 36
Binary 10000010 11001 111101 0 1010001 110101 110001 101010011 1000100 11110

Color Harmonies of #82193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82193D

Black with #82193D

Text Example


Text Example

White with #82193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,25,61); }

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

background-color css

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

 a { background-color: rgb(130,25,61); }

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

border-color css

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

 span { border-color: rgb(130,25,61); }

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