#612131

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

Shades of Claret #612131

Tints of Claret #612131

Color information

#612131 (or 0x612131) is unknown color: approx Claret. HEX triplet: 61, 21 and 31. RGB value is (97,33,49). Sum of RGB (Red+Green+Blue) = 97+33+49=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #612131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612131 is #9EDECE. Grayscale: #353535. Windows color (decimal): -10411727 or 3219809. OLE color: 3219809.

HSL color Cylindrical-coordinate representation of color #612131: hue angle of 345º 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 #612131 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB973349-
CMYK00.660.490.62
HSL345º49.23%25.49%-
HSV(B)345º65.98%38.04%-
XYZ6.033.853.33-
YUV53.96125.2158.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.19%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 49 (19.53% from 255) = 27.37%
R=54.19%
G=18.44%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97334900.660.490.6234549.2325.49
Hex612131042313E1593119
Octal1414161010261765316131
Binary11000011000011100010100001011000111111010101100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612131; }

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

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

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

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

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

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

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

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