Html Css Color HEX #661330 Claret

📋 copy color: '#661330'

red 102 ◦ green 19 ◦ blue 48

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

Shades of Claret #661330

Tints of Claret #661330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.24%

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

R = 60.36%
G = 11.24%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#661330 (or 0x661330) is known color: Claret. HEX triplet: 66, 13 and 30. RGB value is (102,19,48). Sum of RGB (Red+Green+Blue) = 102+19+48=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #661330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661330 is #99ECCF. Grayscale: #2F2F2F. Windows color (decimal): -10087632 or 3150694. OLE color: 3150694.

HSL color Cylindrical-coordinate representation of color #661330: hue angle of 339.04º 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 #661330 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 19 48 -
CMYK 0 0.81 0.53 0.6
HSL 339.04º 0.69% 0.24% -
HSV(B) 339.04º 0.81% 0.4% -
XYZ 6.25 3.5 3.14 -
YUV 47.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 102 19 48 0 0.81 0.53 0.6 339.04 0.69 0.24
Hex 66 13 30 0 51 35 3C 153 45 18
Octal 146 23 60 0 121 65 74 523 105 30
Binary 1100110 10011 110000 0 1010001 110101 111100 101010011 1000101 11000

Color Harmonies of #661330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661330

Black with #661330

Text Example


Text Example

White with #661330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661330; }

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

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

background-color css

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

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

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

border-color css

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

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

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