#611730

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

Shades of Claret #611730

Tints of Claret #611730

Color information

#611730 (or 0x611730) is unknown color: approx Claret. HEX triplet: 61, 17 and 30. RGB value is (97,23,48). Sum of RGB (Red+Green+Blue) = 97+23+48=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #611730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611730 is #9EE8CF. Grayscale: #2F2F2F. Windows color (decimal): -10414288 or 3151713. OLE color: 3151713.

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

Color convert

RGB972348-
CMYK00.760.510.62
HSL339.73º61.67%23.53%-
HSV(B)339.73º76.29%38.04%-
XYZ5.773.373.14-
YUV47.98128.02162.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 23 (9.38% from 255) = 13.69%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=57.74%
G=13.69%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97234800.760.510.62339.7361.6723.53
Hex61173004C333E1543e18
Octal1412760011463765247630
Binary1100001101111100000100110011001111111010101010011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611730; }

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

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

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

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

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

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

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

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