#762235

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

Shades of Claret #762235

Tints of Claret #762235

Color information

#762235 (or 0x762235) is unknown color: approx Claret. HEX triplet: 76, 22 and 35. RGB value is (118,34,53). Sum of RGB (Red+Green+Blue) = 118+34+53=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #762235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762235 is #89DDCA. Grayscale: #3D3D3D. Windows color (decimal): -9035211 or 3482230. OLE color: 3482230.

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

Color convert

RGB1183453-
CMYK00.710.550.54
HSL346.43º55.26%29.8%-
HSV(B)346.43º71.19%46.27%-
XYZ8.695.253.92-
YUV61.28123.33168.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=57.56%
G=16.59%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118345300.710.550.54346.4355.2629.8
Hex762235047373615a371e
Octal1664265010767665326736
Binary11101101000101101010100011111011111011010101101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762235; }

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

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

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

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

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

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

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

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