#651631

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

Shades of Claret #651631

Tints of Claret #651631

Color information

#651631 (or 0x651631) is unknown color: approx Claret. HEX triplet: 65, 16 and 31. RGB value is (101,22,49). Sum of RGB (Red+Green+Blue) = 101+22+49=172 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.72% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 101 - color contains mainly: red. Hex color #651631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651631 is #9AE9CE. Grayscale: #303030. Windows color (decimal): -10152399 or 3216997. OLE color: 3216997.

HSL color Cylindrical-coordinate representation of color #651631: hue angle of 339.49º degrees, saturation: 0.64, 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 #651631 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB1012249-
CMYK00.780.510.60
HSL339.49º64.23%24.12%-
HSV(B)339.49º78.22%39.61%-
XYZ6.213.563.27-
YUV48.7128.17165.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.72%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 49 (19.53% from 255) = 28.49%
R=58.72%
G=12.79%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101224900.780.510.60339.4964.2324.12
Hex65163104E333C1534018
Octal14526610116637452310030
Binary11001011011011000101001110110011111100101010011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651631; }

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

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

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

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

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

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

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

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