#70324B

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

Shades of Flirt #70324B

Tints of Flirt #70324B

Color information

#70324B (or 0x70324B) is unknown color: approx Flirt. HEX triplet: 70, 32 and 4B. RGB value is (112,50,75). Sum of RGB (Red+Green+Blue) = 112+50+75=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70324B is #8FCDB4. Grayscale: #474747. Windows color (decimal): -9424309 or 4928112. OLE color: 4928112.

HSL color Cylindrical-coordinate representation of color #70324B: hue angle of 335.81º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70324B is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1125075-
CMYK00.550.330.56
HSL335.81º38.27%31.76%-
HSV(B)335.81º55.36%43.92%-
XYZ9.096.237.38-
YUV71.39130.04156.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=47.26%
G=21.10%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112507500.550.330.56335.8138.2731.76
Hex70324B03721381502620
Octal1606211306741705204640
Binary111000011001010010110110111100001111000101010000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70324B; }

 p { color: rgb(112,50,75); }

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

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

 a { background-color: rgb(112,50,75); }

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

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

 span { border-color: rgb(112,50,75); }

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