Html Css Color HEX #661731 Claret

📋 copy color: '#661731'

red 102 ◦ green 23 ◦ blue 49

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

Shades of Claret #661731

Tints of Claret #661731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.22%

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

R = 58.62%
G = 13.22%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#661731 (or 0x661731) is known color: Claret. HEX triplet: 66, 17 and 31. RGB value is (102,23,49). Sum of RGB (Red+Green+Blue) = 102+23+49=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #661731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661731 is #99E8CE. Grayscale: #313131. Windows color (decimal): -10086607 or 3217254. OLE color: 3217254.

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

Color convert

RGB 102 23 49 -
CMYK 0 0.77 0.52 0.6
HSL 340.25º 0.63% 0.25% -
HSV(B) 340.25º 0.77% 0.4% -
XYZ 6.34 3.66 3.28 -
YUV 49.59 127.67 165.39 -
System Red Green Blue C M Y K H S L
Decimal 102 23 49 0 0.77 0.52 0.6 340.25 0.63 0.25
Hex 66 17 31 0 4D 34 3C 154 3F 19
Octal 146 27 61 0 115 64 74 524 77 31
Binary 1100110 10111 110001 0 1001101 110100 111100 101010100 111111 11001

Color Harmonies of #661731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661731

Black with #661731

Text Example


Text Example

White with #661731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661731; }

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

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

background-color css

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

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

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

border-color css

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

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

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