#78253B

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

Shades of Claret #78253B

Tints of Claret #78253B

Color information

#78253B (or 0x78253B) is unknown color: approx Claret. HEX triplet: 78, 25 and 3B. RGB value is (120,37,59). Sum of RGB (Red+Green+Blue) = 120+37+59=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #78253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78253B is #87DAC4. Grayscale: #404040. Windows color (decimal): -8903365 or 3876216. OLE color: 3876216.

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

Color convert

RGB1203759-
CMYK00.690.510.53
HSL344.1º52.87%30.78%-
HSV(B)344.1º69.17%47.06%-
XYZ9.25.634.74-
YUV64.32125167.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.56%
GREEN value IS 37 (14.84% from 255) = 17.13%
BLUE value IS 59 (23.44% from 255) = 27.31%
R=55.56%
G=17.13%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120375900.690.510.53344.152.8730.78
Hex78253B0453335158351f
Octal1704573010563655306537
Binary11110001001011110110100010111001111010110101100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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