#612632

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

Shades of Claret #612632

Tints of Claret #612632

Color information

#612632 (or 0x612632) is unknown color: approx Claret. HEX triplet: 61, 26 and 32. RGB value is (97,38,50). Sum of RGB (Red+Green+Blue) = 97+38+50=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #612632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612632 is #9ED9CD. Grayscale: #393939. Windows color (decimal): -10410446 or 3286625. OLE color: 3286625.

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

Color convert

RGB973850-
CMYK00.610.480.62
HSL347.8º43.7%26.47%-
HSV(B)347.8º60.82%38.04%-
XYZ6.24.163.49-
YUV57.01124.05156.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 38 (15.23% from 255) = 20.54%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=52.43%
G=20.54%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97385000.610.480.62347.843.726.47
Hex61263203D303E15c2c1a
Octal141466207560765345432
Binary1100001100110110010011110111000011111010101110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612632; }

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

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

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

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

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

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

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

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