#76253C

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

Shades of Claret #76253C

Tints of Claret #76253C

Color information

#76253C (or 0x76253C) is unknown color: approx Claret. HEX triplet: 76, 25 and 3C. RGB value is (118,37,60). Sum of RGB (Red+Green+Blue) = 118+37+60=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76253C is #89DAC3. Grayscale: #3F3F3F. Windows color (decimal): -9034436 or 3941750. OLE color: 3941750.

HSL color Cylindrical-coordinate representation of color #76253C: hue angle of 342.96º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76253C is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1183760-
CMYK00.690.490.54
HSL342.96º52.26%30.39%-
HSV(B)342.96º68.64%46.27%-
XYZ8.955.54.87-
YUV63.84125.84166.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 60 (23.83% from 255) = 27.91%
R=54.88%
G=17.21%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118376000.690.490.54342.9652.2630.39
Hex76253C0453136157341e
Octal1664574010561665276436
Binary11101101001011111000100010111000111011010101011111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76253C; }

 p { color: rgb(118,37,60); }

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

<style>
 a { background-color: #76253C; }

 a { background-color: rgb(118,37,60); }

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

<style>
 span { border-color: #76253C; }

 span { border-color: rgb(118,37,60); }

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