Html Css Color HEX #661431 Claret

📋 copy color: '#661431'

red 102 ◦ green 20 ◦ blue 49

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

Shades of Claret #661431

Tints of Claret #661431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.7%

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

R = 59.65%
G = 11.7%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#661431 (or 0x661431) is known color: Claret. HEX triplet: 66, 14 and 31. RGB value is (102,20,49). Sum of RGB (Red+Green+Blue) = 102+20+49=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #661431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661431 is #99EBCE. Grayscale: #2F2F2F. Windows color (decimal): -10087375 or 3216486. OLE color: 3216486.

HSL color Cylindrical-coordinate representation of color #661431: hue angle of 338.78º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661431 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 20 49 -
CMYK 0 0.80 0.52 0.6
HSL 338.78º 0.67% 0.24% -
HSV(B) 338.78º 0.8% 0.4% -
XYZ 6.28 3.55 3.26 -
YUV 47.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 102 20 49 0 0.80 0.52 0.6 338.78 0.67 0.24
Hex 66 14 31 0 50 34 3C 153 43 18
Octal 146 24 61 0 120 64 74 523 103 30
Binary 1100110 10100 110001 0 1010000 110100 111100 101010011 1000011 11000

Color Harmonies of #661431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661431

Black with #661431

Text Example


Text Example

White with #661431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661431; }

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

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

background-color css

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

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

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

border-color css

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

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

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