Html Css Color HEX #821949 Flirt

📋 copy color: '#821949'

red 130 ◦ green 25 ◦ blue 73

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

Shades of Flirt #821949

Tints of Flirt #821949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 32.02%

R = 57.02%
G = 10.96%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#821949 (or 0x821949) is known color: Flirt. HEX triplet: 82, 19 and 49. RGB value is (130,25,73). Sum of RGB (Red+Green+Blue) = 130+25+73=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #821949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821949 is #7DE6B6. Grayscale: #3D3D3D. Windows color (decimal): -8251063 or 4790658. OLE color: 4790658.

HSL color Cylindrical-coordinate representation of color #821949: hue angle of 332.57º 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 #821949 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 25 73 -
CMYK 0 0.81 0.44 0.49
HSL 332.57º 0.68% 0.3% -
HSV(B) 332.57º 0.81% 0.51% -
XYZ 10.76 5.92 6.88 -
YUV 61.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 130 25 73 0 0.81 0.44 0.49 332.57 0.68 0.3
Hex 82 19 49 0 51 2C 31 14D 44 1E
Octal 202 31 111 0 121 54 61 515 104 36
Binary 10000010 11001 1001001 0 1010001 101100 110001 101001101 1000100 11110

Color Harmonies of #821949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821949

Black with #821949

Text Example


Text Example

White with #821949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821949; }

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

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

background-color css

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

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

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

border-color css

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

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

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