#612531

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

Shades of Claret #612531

Tints of Claret #612531

Color information

#612531 (or 0x612531) is unknown color: approx Claret. HEX triplet: 61, 25 and 31. RGB value is (97,37,49). Sum of RGB (Red+Green+Blue) = 97+37+49=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #612531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612531 is #9EDACE. Grayscale: #383838. Windows color (decimal): -10410703 or 3220833. OLE color: 3220833.

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

Color convert

RGB973749-
CMYK00.620.490.62
HSL348º44.78%26.27%-
HSV(B)348º61.86%38.04%-
XYZ6.154.093.37-
YUV56.31123.88157.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=53.01%
G=20.22%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97374900.620.490.6234844.7826.27
Hex61253103E313E15c2d1a
Octal141456107661765345532
Binary1100001100101110001011111011000111111010101110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612531; }

 p { color: rgb(97,37,49); }

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

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

 a { background-color: rgb(97,37,49); }

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

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

 span { border-color: rgb(97,37,49); }

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