#78234B

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

Shades of Flirt #78234B

Tints of Flirt #78234B

Color information

#78234B (or 0x78234B) is unknown color: approx Flirt. HEX triplet: 78, 23 and 4B. RGB value is (120,35,75). Sum of RGB (Red+Green+Blue) = 120+35+75=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78234B is #87DCB4. Grayscale: #404040. Windows color (decimal): -8903861 or 4924280. OLE color: 4924280.

HSL color Cylindrical-coordinate representation of color #78234B: hue angle of 331.76º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78234B is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1203575-
CMYK00.710.370.53
HSL331.76º54.84%30.39%-
HSV(B)331.76º70.83%47.06%-
XYZ9.625.77.25-
YUV64.97133.66167.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.17%
GREEN value IS 35 (14.06% from 255) = 15.22%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=52.17%
G=15.22%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120357500.710.370.53331.7654.8430.39
Hex78234B047253514c371e
Octal17043113010745655146736
Binary111100010001110010110100011110010111010110100110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,35,75); }

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

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

 a { background-color: rgb(120,35,75); }

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

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

 span { border-color: rgb(120,35,75); }

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