#762435

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

Shades of Claret #762435

Tints of Claret #762435

Color information

#762435 (or 0x762435) is unknown color: approx Claret. HEX triplet: 76, 24 and 35. RGB value is (118,36,53). Sum of RGB (Red+Green+Blue) = 118+36+53=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #762435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762435 is #89DBCA. Grayscale: #3E3E3E. Windows color (decimal): -9034699 or 3482742. OLE color: 3482742.

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

Color convert

RGB1183653-
CMYK00.690.550.54
HSL347.56º53.25%30.2%-
HSV(B)347.56º69.49%46.27%-
XYZ8.745.373.94-
YUV62.46122.67167.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=57.00%
G=17.39%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118365300.690.550.54347.5653.2530.2
Hex762435045373615c351e
Octal1664465010567665346536
Binary11101101001001101010100010111011111011010101110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762435; }

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

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

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

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

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

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

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

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