Html Css Color HEX #661031 Claret

📋 copy color: '#661031'

red 102 ◦ green 16 ◦ blue 49

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

Shades of Claret #661031

Tints of Claret #661031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.58%

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

R = 61.08%
G = 9.58%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#661031 (or 0x661031) is known color: Claret. HEX triplet: 66, 10 and 31. RGB value is (102,16,49). Sum of RGB (Red+Green+Blue) = 102+16+49=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #661031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661031 is #99EFCE. Grayscale: #2D2D2D. Windows color (decimal): -10088399 or 3215462. OLE color: 3215462.

HSL color Cylindrical-coordinate representation of color #661031: hue angle of 336.98º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661031 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 16 49 -
CMYK 0 0.84 0.52 0.6
HSL 336.98º 0.73% 0.23% -
HSV(B) 336.98º 0.84% 0.4% -
XYZ 6.22 3.42 3.24 -
YUV 45.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 102 16 49 0 0.84 0.52 0.6 336.98 0.73 0.23
Hex 66 10 31 0 54 34 3C 151 49 17
Octal 146 20 61 0 124 64 74 521 111 27
Binary 1100110 10000 110001 0 1010100 110100 111100 101010001 1001001 10111

Color Harmonies of #661031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661031

Black with #661031

Text Example


Text Example

White with #661031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661031; }

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

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

background-color css

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

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

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

border-color css

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

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

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