#78253D

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

Shades of Claret #78253D

Tints of Claret #78253D

Color information

#78253D (or 0x78253D) is unknown color: approx Claret. HEX triplet: 78, 25 and 3D. RGB value is (120,37,61). Sum of RGB (Red+Green+Blue) = 120+37+61=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78253D is #87DAC2. Grayscale: #404040. Windows color (decimal): -8903363 or 4007288. OLE color: 4007288.

HSL color Cylindrical-coordinate representation of color #78253D: hue angle of 342.65º 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 #78253D is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1203761-
CMYK00.690.490.53
HSL342.65º52.87%30.78%-
HSV(B)342.65º69.17%47.06%-
XYZ9.255.655.02-
YUV64.55126167.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.05%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 61 (24.22% from 255) = 27.98%
R=55.05%
G=16.97%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120376100.690.490.53342.6552.8730.78
Hex78253D0453135157351f
Octal1704575010561655276537
Binary11110001001011111010100010111000111010110101011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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