#612031

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

Shades of Claret #612031

Tints of Claret #612031

Color information

#612031 (or 0x612031) is unknown color: approx Claret. HEX triplet: 61, 20 and 31. RGB value is (97,32,49). Sum of RGB (Red+Green+Blue) = 97+32+49=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #612031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612031 is #9EDFCE. Grayscale: #353535. Windows color (decimal): -10411983 or 3219553. OLE color: 3219553.

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

Color convert

RGB973249-
CMYK00.670.490.62
HSL344.31º50.39%25.29%-
HSV(B)344.31º67.01%38.04%-
XYZ63.83.32-
YUV53.37125.53159.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.49%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 49 (19.53% from 255) = 27.53%
R=54.49%
G=17.98%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97324900.670.490.62344.3150.3925.29
Hex612031043313E1583219
Octal1414061010361765306231
Binary11000011000001100010100001111000111111010101100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612031; }

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

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

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

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

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

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

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

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