#612432

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

Shades of Claret #612432

Tints of Claret #612432

Color information

#612432 (or 0x612432) is unknown color: approx Claret. HEX triplet: 61, 24 and 32. RGB value is (97,36,50). Sum of RGB (Red+Green+Blue) = 97+36+50=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #612432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612432 is #9EDBCD. Grayscale: #373737. Windows color (decimal): -10410958 or 3286113. OLE color: 3286113.

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

Color convert

RGB973650-
CMYK00.630.480.62
HSL346.23º45.86%26.08%-
HSV(B)346.23º62.89%38.04%-
XYZ6.144.033.47-
YUV55.84124.71157.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 50 (19.92% from 255) = 27.32%
R=53.01%
G=19.67%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97365000.630.480.62346.2345.8626.08
Hex61243203F303E15a2e1a
Octal141446207760765325632
Binary1100001100100110010011111111000011111010101101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612432; }

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

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

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

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

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

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

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

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