#651731

Color #651731 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #651731

Tints of Claret #651731

Color information

#651731 (or 0x651731) is unknown color: approx Claret. HEX triplet: 65, 17 and 31. RGB value is (101,23,49). Sum of RGB (Red+Green+Blue) = 101+23+49=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #651731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651731 is #9AE8CE. Grayscale: #313131. Windows color (decimal): -10152143 or 3217253. OLE color: 3217253.

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

Color convert

RGB1012349-
CMYK00.770.510.60
HSL340º62.9%24.31%-
HSV(B)340º77.23%39.61%-
XYZ6.233.63.27-
YUV49.29127.84164.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.38%
GREEN value IS 23 (9.38% from 255) = 13.29%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=58.38%
G=13.29%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101234900.770.510.6034062.924.31
Hex65173104D333C1543f18
Octal1452761011563745247730
Binary1100101101111100010100110111001111110010101010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651731; }

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

 H1.HeaderClassName
 {
   color: #651731;
 }
 .AnyTagClassName
 {
   color: #651731;
 }
</style>
background-color css

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

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

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

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

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

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