#762236

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

Shades of Claret #762236

Tints of Claret #762236

Color information

#762236 (or 0x762236) is unknown color: approx Claret. HEX triplet: 76, 22 and 36. RGB value is (118,34,54). Sum of RGB (Red+Green+Blue) = 118+34+54=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #762236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762236 is #89DDC9. Grayscale: #3D3D3D. Windows color (decimal): -9035210 or 3547766. OLE color: 3547766.

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

Color convert

RGB1183454-
CMYK00.710.540.54
HSL345.71º55.26%29.8%-
HSV(B)345.71º71.19%46.27%-
XYZ8.715.264.05-
YUV61.4123.83168.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.28%
GREEN value IS 34 (13.67% from 255) = 16.50%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=57.28%
G=16.50%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118345400.710.540.54345.7155.2629.8
Hex762236047363615a371e
Octal1664266010766665326736
Binary11101101000101101100100011111011011011010101101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762236; }

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

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

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

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

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

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

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

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