#651531

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

Shades of Claret #651531

Tints of Claret #651531

Color information

#651531 (or 0x651531) is unknown color: approx Claret. HEX triplet: 65, 15 and 31. RGB value is (101,21,49). Sum of RGB (Red+Green+Blue) = 101+21+49=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #651531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651531 is #9AEACE. Grayscale: #303030. Windows color (decimal): -10152655 or 3216741. OLE color: 3216741.

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

Color convert

RGB1012149-
CMYK00.790.510.60
HSL339º65.57%23.92%-
HSV(B)339º79.21%39.61%-
XYZ6.193.523.26-
YUV48.11128.5165.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 59.06%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 49 (19.53% from 255) = 28.65%
R=59.06%
G=12.28%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101214900.790.510.6033965.5723.92
Hex65153104F333C1534218
Octal14525610117637452310230
Binary11001011010111000101001111110011111100101010011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651531; }

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

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

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

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

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

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

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

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