#76223C

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

Shades of Claret #76223C

Tints of Claret #76223C

Color information

#76223C (or 0x76223C) is unknown color: approx Claret. HEX triplet: 76, 22 and 3C. RGB value is (118,34,60). Sum of RGB (Red+Green+Blue) = 118+34+60=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76223C is #89DDC3. Grayscale: #3E3E3E. Windows color (decimal): -9035204 or 3940982. OLE color: 3940982.

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

Color convert

RGB1183460-
CMYK00.710.490.54
HSL341.43º55.26%29.8%-
HSV(B)341.43º71.19%46.27%-
XYZ8.865.324.84-
YUV62.08126.83167.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 34 (13.67% from 255) = 16.04%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=55.66%
G=16.04%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118346000.710.490.54341.4355.2629.8
Hex76223C0473136155371e
Octal1664274010761665256736
Binary11101101000101111000100011111000111011010101010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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