#78243B

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

Shades of Claret #78243B

Tints of Claret #78243B

Color information

#78243B (or 0x78243B) is unknown color: approx Claret. HEX triplet: 78, 24 and 3B. RGB value is (120,36,59). Sum of RGB (Red+Green+Blue) = 120+36+59=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #78243B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78243B is #87DBC4. Grayscale: #3F3F3F. Windows color (decimal): -8903621 or 3875960. OLE color: 3875960.

HSL color Cylindrical-coordinate representation of color #78243B: hue angle of 343.57º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78243B is Cyan = 0, Magento = 0.7, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1203659-
CMYK00.70.510.53
HSL343.57º53.85%30.59%-
HSV(B)343.57º70%47.06%-
XYZ9.175.574.73-
YUV63.74125.33168.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.81%
GREEN value IS 36 (14.45% from 255) = 16.74%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=55.81%
G=16.74%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120365900.70.510.53343.5753.8530.59
Hex78243B0463335158361f
Octal1704473010663655306637
Binary11110001001001110110100011011001111010110101100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78243B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,36,59); }

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

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

 a { background-color: rgb(120,36,59); }

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

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

 span { border-color: rgb(120,36,59); }

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