Html Css Color HEX #661631 Claret

📋 copy color: '#661631'

red 102 ◦ green 22 ◦ blue 49

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

Shades of Claret #661631

Tints of Claret #661631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 28.32%

R = 58.96%
G = 12.72%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#661631 (or 0x661631) is known color: Claret. HEX triplet: 66, 16 and 31. RGB value is (102,22,49). Sum of RGB (Red+Green+Blue) = 102+22+49=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #661631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661631 is #99E9CE. Grayscale: #303030. Windows color (decimal): -10086863 or 3216998. OLE color: 3216998.

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

Color convert

RGB 102 22 49 -
CMYK 0 0.78 0.52 0.6
HSL 339.75º 0.65% 0.24% -
HSV(B) 339.75º 0.78% 0.4% -
XYZ 6.32 3.62 3.27 -
YUV 49 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 102 22 49 0 0.78 0.52 0.6 339.75 0.65 0.24
Hex 66 16 31 0 4E 34 3C 154 41 18
Octal 146 26 61 0 116 64 74 524 101 30
Binary 1100110 10110 110001 0 1001110 110100 111100 101010100 1000001 11000

Color Harmonies of #661631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661631

Black with #661631

Text Example


Text Example

White with #661631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661631; }

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

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

background-color css

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

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

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

border-color css

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

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

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