Html Css Color HEX #661333 Claret

📋 copy color: '#661333'

red 102 ◦ green 19 ◦ blue 51

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

Shades of Claret #661333

Tints of Claret #661333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.65%

R = 59.3%
G = 11.05%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#661333 (or 0x661333) is known color: Claret. HEX triplet: 66, 13 and 33. RGB value is (102,19,51). Sum of RGB (Red+Green+Blue) = 102+19+51=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #661333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661333 is #99ECCC. Grayscale: #2F2F2F. Windows color (decimal): -10087629 or 3347302. OLE color: 3347302.

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

Color convert

RGB 102 19 51 -
CMYK 0 0.81 0.5 0.6
HSL 336.87º 0.69% 0.24% -
HSV(B) 336.87º 0.81% 0.4% -
XYZ 6.31 3.53 3.48 -
YUV 47.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 102 19 51 0 0.81 0.5 0.6 336.87 0.69 0.24
Hex 66 13 33 0 51 32 3C 151 45 18
Octal 146 23 63 0 121 62 74 521 105 30
Binary 1100110 10011 110011 0 1010001 110010 111100 101010001 1000101 11000

Color Harmonies of #661333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661333

Black with #661333

Text Example


Text Example

White with #661333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661333; }

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

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

background-color css

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

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

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

border-color css

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

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

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