#762438

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

Shades of Claret #762438

Tints of Claret #762438

Color information

#762438 (or 0x762438) is unknown color: approx Claret. HEX triplet: 76, 24 and 38. RGB value is (118,36,56). Sum of RGB (Red+Green+Blue) = 118+36+56=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #762438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762438 is #89DBC7. Grayscale: #3E3E3E. Windows color (decimal): -9034696 or 3679350. OLE color: 3679350.

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

Color convert

RGB1183656-
CMYK00.690.530.54
HSL345.37º53.25%30.2%-
HSV(B)345.37º69.49%46.27%-
XYZ8.825.44.32-
YUV62.8124.17167.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.19%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 56 (22.27% from 255) = 26.67%
R=56.19%
G=17.14%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118365600.690.530.54345.3753.2530.2
Hex7624380453536159351e
Octal1664470010565665316536
Binary11101101001001110000100010111010111011010101100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762438; }

 p { color: rgb(118,36,56); }

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

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

 a { background-color: rgb(118,36,56); }

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

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

 span { border-color: rgb(118,36,56); }

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