#76253A

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

Shades of Claret #76253A

Tints of Claret #76253A

Color information

#76253A (or 0x76253A) is unknown color: approx Claret. HEX triplet: 76, 25 and 3A. RGB value is (118,37,58). Sum of RGB (Red+Green+Blue) = 118+37+58=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76253A is #89DAC5. Grayscale: #3F3F3F. Windows color (decimal): -9034438 or 3810678. OLE color: 3810678.

HSL color Cylindrical-coordinate representation of color #76253A: hue angle of 344.44º 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 #76253A is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1183758-
CMYK00.690.510.54
HSL344.44º52.26%30.39%-
HSV(B)344.44º68.64%46.27%-
XYZ8.95.484.59-
YUV63.61124.84166.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 58 (23.05% from 255) = 27.23%
R=55.40%
G=17.37%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118375800.690.510.54344.4452.2630.39
Hex76253A0453336158341e
Octal1664572010563665306436
Binary11101101001011110100100010111001111011010101100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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