#762233

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

Shades of Claret #762233

Tints of Claret #762233

Color information

#762233 (or 0x762233) is unknown color: approx Claret. HEX triplet: 76, 22 and 33. RGB value is (118,34,51). Sum of RGB (Red+Green+Blue) = 118+34+51=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #762233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762233 is #89DDCC. Grayscale: #3D3D3D. Windows color (decimal): -9035213 or 3351158. OLE color: 3351158.

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

Color convert

RGB1183451-
CMYK00.710.570.54
HSL347.86º55.26%29.8%-
HSV(B)347.86º71.19%46.27%-
XYZ8.645.233.69-
YUV61.05122.33168.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 51 (20.31% from 255) = 25.12%
R=58.13%
G=16.75%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118345100.710.570.54347.8655.2629.8
Hex762233047393615c371e
Octal1664263010771665346736
Binary11101101000101100110100011111100111011010101110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762233; }

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

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

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

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

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

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

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

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