#661331

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

Shades of Claret #661331

Tints of Claret #661331

Color information

#661331 (or 0x661331) is unknown color: approx Claret. HEX triplet: 66, 13 and 31. RGB value is (102,19,49). Sum of RGB (Red+Green+Blue) = 102+19+49=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #661331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661331 is #99ECCE. Grayscale: #2F2F2F. Windows color (decimal): -10087631 or 3216230. OLE color: 3216230.

HSL color Cylindrical-coordinate representation of color #661331: hue angle of 338.31º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661331 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB1021949-
CMYK00.810.520.6
HSL338.31º68.6%23.73%-
HSV(B)338.31º81.37%40%-
XYZ6.273.513.25-
YUV47.24129167.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 49 (19.53% from 255) = 28.82%
R=60%
G=11.18%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102194900.810.520.6338.3168.623.73
Hex661331051343C1524518
Octal14623610121647452210530
Binary11001101001111000101010001110100111100101010010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661331; }

 p { color: rgb(102,19,49); }

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

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

 a { background-color: rgb(102,19,49); }

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

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

 span { border-color: rgb(102,19,49); }

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