#611832

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

Shades of Claret #611832

Tints of Claret #611832

Color information

#611832 (or 0x611832) is unknown color: approx Claret. HEX triplet: 61, 18 and 32. RGB value is (97,24,50). Sum of RGB (Red+Green+Blue) = 97+24+50=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #611832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611832 is #9EE7CD. Grayscale: #303030. Windows color (decimal): -10414030 or 3283041. OLE color: 3283041.

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

Color convert

RGB972450-
CMYK00.750.480.62
HSL338.63º60.33%23.73%-
HSV(B)338.63º75.26%38.04%-
XYZ5.833.423.37-
YUV48.79128.68162.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.73%
GREEN value IS 24 (9.77% from 255) = 14.04%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=56.73%
G=14.04%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97245000.750.480.62338.6360.3323.73
Hex61183204B303E1533c18
Octal1413062011360765237430
Binary1100001110001100100100101111000011111010101001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611832; }

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

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

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

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

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

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

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

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