Html Css Color HEX #661633 Claret

📋 copy color: '#661633'

red 102 ◦ green 22 ◦ blue 51

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

Shades of Claret #661633

Tints of Claret #661633

RGB

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

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

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

R = 58.29%
G = 12.57%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#661633 (or 0x661633) is known color: Claret. HEX triplet: 66, 16 and 33. RGB value is (102,22,51). Sum of RGB (Red+Green+Blue) = 102+22+51=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #661633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661633 is #99E9CC. Grayscale: #313131. Windows color (decimal): -10086861 or 3348070. OLE color: 3348070.

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

Color convert

RGB 102 22 51 -
CMYK 0 0.78 0.5 0.6
HSL 338.25º 0.65% 0.24% -
HSV(B) 338.25º 0.78% 0.4% -
XYZ 6.36 3.64 3.5 -
YUV 49.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 102 22 51 0 0.78 0.5 0.6 338.25 0.65 0.24
Hex 66 16 33 0 4E 32 3C 152 41 18
Octal 146 26 63 0 116 62 74 522 101 30
Binary 1100110 10110 110011 0 1001110 110010 111100 101010010 1000001 11000

Color Harmonies of #661633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661633

Black with #661633

Text Example


Text Example

White with #661633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661633; }

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

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

background-color css

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

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

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

border-color css

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

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

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