#76273A

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

Shades of Claret #76273A

Tints of Claret #76273A

Color information

#76273A (or 0x76273A) is unknown color: approx Claret. HEX triplet: 76, 27 and 3A. RGB value is (118,39,58). Sum of RGB (Red+Green+Blue) = 118+39+58=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76273A is #89D8C5. Grayscale: #404040. Windows color (decimal): -9033926 or 3811190. OLE color: 3811190.

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

Color convert

RGB1183958-
CMYK00.670.510.54
HSL345.57º50.32%30.78%-
HSV(B)345.57º66.95%46.27%-
XYZ8.965.614.61-
YUV64.79124.17165.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=54.88%
G=18.14%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118395800.670.510.54345.5750.3230.78
Hex76273A043333615a321f
Octal1664772010363665326237
Binary11101101001111110100100001111001111011010101101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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