#611332

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

Shades of Claret #611332

Tints of Claret #611332

Color information

#611332 (or 0x611332) is unknown color: approx Claret. HEX triplet: 61, 13 and 32. RGB value is (97,19,50). Sum of RGB (Red+Green+Blue) = 97+19+50=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #611332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611332 is #9EECCD. Grayscale: #2D2D2D. Windows color (decimal): -10415310 or 3281761. OLE color: 3281761.

HSL color Cylindrical-coordinate representation of color #611332: hue angle of 336.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611332 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB971950-
CMYK00.800.480.62
HSL336.15º67.24%22.75%-
HSV(B)336.15º80.41%38.04%-
XYZ5.743.243.34-
YUV45.86130.34164.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 50 (19.92% from 255) = 30.12%
R=58.43%
G=11.45%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97195000.800.480.62336.1567.2422.75
Hex611332050303E1504317
Octal14123620120607652010327
Binary11000011001111001001010000110000111110101010000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611332; }

 p { color: rgb(97,19,50); }

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

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

 a { background-color: rgb(97,19,50); }

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

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

 span { border-color: rgb(97,19,50); }

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