#611830

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

Shades of Claret #611830

Tints of Claret #611830

Color information

#611830 (or 0x611830) is unknown color: approx Claret. HEX triplet: 61, 18 and 30. RGB value is (97,24,48). Sum of RGB (Red+Green+Blue) = 97+24+48=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #611830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611830 is #9EE7CF. Grayscale: #303030. Windows color (decimal): -10414032 or 3151969. OLE color: 3151969.

HSL color Cylindrical-coordinate representation of color #611830: hue angle of 340.27º 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 #611830 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB972448-
CMYK00.750.510.62
HSL340.27º60.33%23.73%-
HSV(B)340.27º75.26%38.04%-
XYZ5.793.413.15-
YUV48.56127.68162.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 24 (9.77% from 255) = 14.20%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=57.40%
G=14.20%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97244800.750.510.62340.2760.3323.73
Hex61183004B333E1543c18
Octal1413060011363765247430
Binary1100001110001100000100101111001111111010101010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611830; }

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

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

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

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

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

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

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

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