Html Css Color HEX #661630 Claret

📋 copy color: '#661630'

red 102 ◦ green 22 ◦ blue 48

#661630
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #661630

Tints of Claret #661630

RGB

 RED value IS 102 (40.23% from 255) = 59.3%

 GREEN value IS 22 (8.98% from 255) = 12.79%

 BLUE value IS 48 (19.14% from 255) = 27.91%

R = 59.3%
G = 12.79%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#661630 (or 0x661630) is known color: Claret. HEX triplet: 66, 16 and 30. RGB value is (102,22,48). Sum of RGB (Red+Green+Blue) = 102+22+48=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #661630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661630 is #99E9CF. Grayscale: #303030. Windows color (decimal): -10086864 or 3151462. OLE color: 3151462.

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

Color convert

RGB 102 22 48 -
CMYK 0 0.78 0.53 0.6
HSL 340.5º 0.65% 0.24% -
HSV(B) 340.5º 0.78% 0.4% -
XYZ 6.3 3.61 3.16 -
YUV 48.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 102 22 48 0 0.78 0.53 0.6 340.5 0.65 0.24
Hex 66 16 30 0 4E 35 3C 154 41 18
Octal 146 26 60 0 116 65 74 524 101 30
Binary 1100110 10110 110000 0 1001110 110101 111100 101010100 1000001 11000

Color Harmonies of #661630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661630

Black with #661630

Text Example


Text Example

White with #661630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661630; }

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

 H1.HeaderClassName
 {
   color: #661630;
 }
 .AnyTagClassName
 {
   color: #661630;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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