Html Css Color HEX #811949 Flirt

📋 copy color: '#811949'

red 129 ◦ green 25 ◦ blue 73

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

Shades of Flirt #811949

Tints of Flirt #811949

RGB

 RED value IS 129 (50.78% from 255) = 56.83%

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

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

R = 56.83%
G = 11.01%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#811949 (or 0x811949) is known color: Flirt. HEX triplet: 81, 19 and 49. RGB value is (129,25,73). Sum of RGB (Red+Green+Blue) = 129+25+73=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #811949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811949 is #7EE6B6. Grayscale: #3D3D3D. Windows color (decimal): -8316599 or 4790657. OLE color: 4790657.

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

Color convert

RGB 129 25 73 -
CMYK 0 0.81 0.43 0.49
HSL 332.31º 0.68% 0.3% -
HSV(B) 332.31º 0.81% 0.51% -
XYZ 10.6 5.84 6.87 -
YUV 61.57 134.46 176.1 -
System Red Green Blue C M Y K H S L
Decimal 129 25 73 0 0.81 0.43 0.49 332.31 0.68 0.3
Hex 81 19 49 0 51 2B 31 14C 44 1E
Octal 201 31 111 0 121 53 61 514 104 36
Binary 10000001 11001 1001001 0 1010001 101011 110001 101001100 1000100 11110

Color Harmonies of #811949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811949

Black with #811949

Text Example


Text Example

White with #811949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811949; }

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

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

background-color css

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

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

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

border-color css

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

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

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