#762635

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

Shades of Claret #762635

Tints of Claret #762635

Color information

#762635 (or 0x762635) is unknown color: approx Claret. HEX triplet: 76, 26 and 35. RGB value is (118,38,53). Sum of RGB (Red+Green+Blue) = 118+38+53=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #762635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762635 is #89D9CA. Grayscale: #3F3F3F. Windows color (decimal): -9034187 or 3483254. OLE color: 3483254.

HSL color Cylindrical-coordinate representation of color #762635: hue angle of 348.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #762635 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB1183853-
CMYK00.680.550.54
HSL348.75º51.28%30.59%-
HSV(B)348.75º67.8%46.27%-
XYZ8.815.493.96-
YUV63.63122166.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 53 (21.09% from 255) = 25.36%
R=56.46%
G=18.18%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118385300.680.550.54348.7551.2830.59
Hex762635044373615d331f
Octal1664665010467665356337
Binary11101101001101101010100010011011111011010101110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762635; }

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

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

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

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

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

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

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

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