Html Css Color HEX #821747 Flirt

📋 copy color: '#821747'

red 130 ◦ green 23 ◦ blue 71

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

Shades of Flirt #821747

Tints of Flirt #821747

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

 BLUE value IS 71 (28.13% from 255) = 31.7%

R = 58.04%
G = 10.27%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#821747 (or 0x821747) is known color: Flirt. HEX triplet: 82, 17 and 47. RGB value is (130,23,71). Sum of RGB (Red+Green+Blue) = 130+23+71=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #821747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821747 is #7DE8B8. Grayscale: #3C3C3C. Windows color (decimal): -8251577 or 4659074. OLE color: 4659074.

HSL color Cylindrical-coordinate representation of color #821747: hue angle of 333.08º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821747 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 23 71 -
CMYK 0 0.82 0.45 0.49
HSL 333.08º 0.7% 0.3% -
HSV(B) 333.08º 0.82% 0.51% -
XYZ 10.65 5.81 6.52 -
YUV 60.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 130 23 71 0 0.82 0.45 0.49 333.08 0.7 0.3
Hex 82 17 47 0 52 2D 31 14D 46 1E
Octal 202 27 107 0 122 55 61 515 106 36
Binary 10000010 10111 1000111 0 1010010 101101 110001 101001101 1000110 11110

Color Harmonies of #821747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821747

Black with #821747

Text Example


Text Example

White with #821747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821747; }

 p { color: rgb(130,23,71); }

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

background-color css

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

 a { background-color: rgb(130,23,71); }

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

border-color css

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

 span { border-color: rgb(130,23,71); }

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