#661230

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

Shades of Claret #661230

Tints of Claret #661230

Color information

#661230 (or 0x661230) is unknown color: approx Claret. HEX triplet: 66, 12 and 30. RGB value is (102,18,48). Sum of RGB (Red+Green+Blue) = 102+18+48=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #661230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661230 is #99EDCF. Grayscale: #2E2E2E. Windows color (decimal): -10087888 or 3150438. OLE color: 3150438.

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

Color convert

RGB1021848-
CMYK00.820.530.6
HSL338.57º70%23.53%-
HSV(B)338.57º82.35%40%-
XYZ6.233.473.14-
YUV46.54128.83167.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 18 (7.42% from 255) = 10.71%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=60.71%
G=10.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102184800.820.530.6338.577023.53
Hex661230052353C1534618
Octal14622600122657452310630
Binary11001101001011000001010010110101111100101010011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661230; }

 p { color: rgb(102,18,48); }

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

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

 a { background-color: rgb(102,18,48); }

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

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

 span { border-color: rgb(102,18,48); }

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