#611632

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

Shades of Claret #611632

Tints of Claret #611632

Color information

#611632 (or 0x611632) is unknown color: approx Claret. HEX triplet: 61, 16 and 32. RGB value is (97,22,50). Sum of RGB (Red+Green+Blue) = 97+22+50=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #611632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611632 is #9EE9CD. Grayscale: #2F2F2F. Windows color (decimal): -10414542 or 3282529. OLE color: 3282529.

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

Color convert

RGB972250-
CMYK00.770.480.62
HSL337.6º63.03%23.33%-
HSV(B)337.6º77.32%38.04%-
XYZ5.793.353.36-
YUV47.62129.35163.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=57.40%
G=13.02%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97225000.770.480.62337.663.0323.33
Hex61163204D303E1523f17
Octal1412662011560765227727
Binary1100001101101100100100110111000011111010101001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611632; }

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

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

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

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

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

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

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

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