#821848

Color #821848 Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #821848

Tints of Flirt #821848

Color information

#821848 (or 0x821848) is unknown color: approx Flirt. HEX triplet: 82, 18 and 48. RGB value is (130,24,72). Sum of RGB (Red+Green+Blue) = 130+24+72=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #821848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821848 is #7DE7B7. Grayscale: #3D3D3D. Windows color (decimal): -8251320 or 4724866. OLE color: 4724866.

HSL color Cylindrical-coordinate representation of color #821848: hue angle of 332.83º degrees, saturation: 0.69, 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 #821848 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1302472-
CMYK00.820.450.49
HSL332.83º68.83%30.2%-
HSV(B)332.83º81.54%50.98%-
XYZ10.75.876.7-
YUV61.17134.12177.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.52%
GREEN value IS 24 (9.77% from 255) = 10.62%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=57.52%
G=10.62%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130247200.820.450.49332.8368.8330.2
Hex8218480522D3114d451e
Octal202301100122556151510536
Binary1000001011000100100001010010101101110001101001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821848; }

 p { color: rgb(130,24,72); }

 H1.HeaderClassName
 {
   color: #821848;
 }
 .AnyTagClassName
 {
   color: #821848;
 }
</style>
background-color css

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

 a { background-color: rgb(130,24,72); }

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

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

 span { border-color: rgb(130,24,72); }

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