#76283B

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

Shades of Claret #76283B

Tints of Claret #76283B

Color information

#76283B (or 0x76283B) is unknown color: approx Claret. HEX triplet: 76, 28 and 3B. RGB value is (118,40,59). Sum of RGB (Red+Green+Blue) = 118+40+59=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76283B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76283B is #89D7C4. Grayscale: #414141. Windows color (decimal): -9033669 or 3876982. OLE color: 3876982.

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

Color convert

RGB1184059-
CMYK00.660.500.54
HSL345.38º49.37%30.98%-
HSV(B)345.38º66.1%46.27%-
XYZ9.025.684.76-
YUV65.49124.34165.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 40 (16.02% from 255) = 18.43%
BLUE value IS 59 (23.44% from 255) = 27.19%
R=54.38%
G=18.43%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118405900.660.500.54345.3849.3730.98
Hex76283B0423236159311f
Octal1665073010262665316137
Binary11101101010001110110100001011001011011010101100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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