#661E30

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

Shades of Claret #661E30

Tints of Claret #661E30

Color information

#661E30 (or 0x661E30) is unknown color: approx Claret. HEX triplet: 66, 1E and 30. RGB value is (102,30,48). Sum of RGB (Red+Green+Blue) = 102+30+48=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #661E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661E30 is #99E1CF. Grayscale: #353535. Windows color (decimal): -10084816 or 3153510. OLE color: 3153510.

HSL color Cylindrical-coordinate representation of color #661E30: hue angle of 345º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #661E30 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB1023048-
CMYK00.710.530.6
HSL345º54.55%25.88%-
HSV(B)345º70.59%40%-
XYZ6.483.973.22-
YUV53.58124.85162.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.67%
GREEN value IS 30 (12.11% from 255) = 16.67%
BLUE value IS 48 (19.14% from 255) = 26.67%
R=56.67%
G=16.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102304800.710.530.634554.5525.88
Hex661E30047353C159371a
Octal1463660010765745316732
Binary1100110111101100000100011111010111110010101100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661E30; }

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

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

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

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

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

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

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

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