#762033

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

Shades of Claret #762033

Tints of Claret #762033

Color information

#762033 (or 0x762033) is unknown color: approx Claret. HEX triplet: 76, 20 and 33. RGB value is (118,32,51). Sum of RGB (Red+Green+Blue) = 118+32+51=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #762033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762033 is #89DFCC. Grayscale: #3B3B3B. Windows color (decimal): -9035725 or 3350646. OLE color: 3350646.

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

Color convert

RGB1183251-
CMYK00.730.570.54
HSL346.74º57.33%29.41%-
HSV(B)346.74º72.88%46.27%-
XYZ8.595.123.67-
YUV59.88122.99169.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=58.71%
G=15.92%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118325100.730.570.54346.7457.3329.41
Hex762033049393615b391d
Octal1664063011171665337135
Binary11101101000001100110100100111100111011010101101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762033; }

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

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

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

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

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

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

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

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