#612130

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

Shades of Claret #612130

Tints of Claret #612130

Color information

#612130 (or 0x612130) is unknown color: approx Claret. HEX triplet: 61, 21 and 30. RGB value is (97,33,48). Sum of RGB (Red+Green+Blue) = 97+33+48=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #612130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612130 is #9EDECF. Grayscale: #353535. Windows color (decimal): -10411728 or 3154273. OLE color: 3154273.

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

Color convert

RGB973348-
CMYK00.660.510.62
HSL345.94º49.23%25.49%-
HSV(B)345.94º65.98%38.04%-
XYZ6.013.843.22-
YUV53.85124.7158.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.49%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 48 (19.14% from 255) = 26.97%
R=54.49%
G=18.54%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97334800.660.510.62345.9449.2325.49
Hex612130042333E15a3119
Octal1414160010263765326131
Binary11000011000011100000100001011001111111010101101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612130; }

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

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

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

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

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

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

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

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