#662330

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

Shades of Claret #662330

Tints of Claret #662330

Color information

#662330 (or 0x662330) is unknown color: approx Claret. HEX triplet: 66, 23 and 30. RGB value is (102,35,48). Sum of RGB (Red+Green+Blue) = 102+35+48=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #662330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662330 is #99DCCF. Grayscale: #383838. Windows color (decimal): -10083536 or 3154790. OLE color: 3154790.

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

Color convert

RGB1023548-
CMYK00.660.530.6
HSL348.36º48.91%26.86%-
HSV(B)348.36º65.69%40%-
XYZ6.614.243.27-
YUV56.51123.2160.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=55.14%
G=18.92%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102354800.660.530.6348.3648.9126.86
Hex662330042353C15c311b
Octal1464360010265745346133
Binary11001101000111100000100001011010111110010101110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662330; }

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

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

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

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

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

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

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

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