#612332

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

Shades of Claret #612332

Tints of Claret #612332

Color information

#612332 (or 0x612332) is unknown color: approx Claret. HEX triplet: 61, 23 and 32. RGB value is (97,35,50). Sum of RGB (Red+Green+Blue) = 97+35+50=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #612332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612332 is #9EDCCD. Grayscale: #373737. Windows color (decimal): -10411214 or 3285857. OLE color: 3285857.

HSL color Cylindrical-coordinate representation of color #612332: hue angle of 345.48º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #612332 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB973550-
CMYK00.640.480.62
HSL345.48º46.97%25.88%-
HSV(B)345.48º63.92%38.04%-
XYZ6.113.973.46-
YUV55.25125.04157.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.30%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 50 (19.92% from 255) = 27.47%
R=53.30%
G=19.23%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97355000.640.480.62345.4846.9725.88
Hex612332040303E1592f1a
Octal1414362010060765315732
Binary11000011000111100100100000011000011111010101100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612332; }

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

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

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

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

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

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

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

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