#612132

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

Shades of Claret #612132

Tints of Claret #612132

Color information

#612132 (or 0x612132) is unknown color: approx Claret. HEX triplet: 61, 21 and 32. RGB value is (97,33,50). Sum of RGB (Red+Green+Blue) = 97+33+50=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #612132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612132 is #9EDECD. Grayscale: #363636. Windows color (decimal): -10411726 or 3285345. OLE color: 3285345.

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

Color convert

RGB973350-
CMYK00.660.480.62
HSL344.06º49.23%25.49%-
HSV(B)344.06º65.98%38.04%-
XYZ6.053.863.44-
YUV54.07125.7158.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.89%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=53.89%
G=18.33%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97335000.660.480.62344.0649.2325.49
Hex612132042303E1583119
Octal1414162010260765306131
Binary11000011000011100100100001011000011111010101100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612132; }

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

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

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

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

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

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

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

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