#76263B

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

Shades of Claret #76263B

Tints of Claret #76263B

Color information

#76263B (or 0x76263B) is unknown color: approx Claret. HEX triplet: 76, 26 and 3B. RGB value is (118,38,59). Sum of RGB (Red+Green+Blue) = 118+38+59=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76263B is #89D9C4. Grayscale: #404040. Windows color (decimal): -9034181 or 3876470. OLE color: 3876470.

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

Color convert

RGB1183859-
CMYK00.680.500.54
HSL344.25º51.28%30.59%-
HSV(B)344.25º67.8%46.27%-
XYZ8.955.554.74-
YUV64.31125166.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=54.88%
G=17.67%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118385900.680.500.54344.2551.2830.59
Hex76263B0443236158331f
Octal1664673010462665306337
Binary11101101001101110110100010011001011011010101100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,38,59); }

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

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

 a { background-color: rgb(118,38,59); }

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

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

 span { border-color: rgb(118,38,59); }

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