#651632

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

Shades of Claret #651632

Tints of Claret #651632

Color information

#651632 (or 0x651632) is unknown color: approx Claret. HEX triplet: 65, 16 and 32. RGB value is (101,22,50). Sum of RGB (Red+Green+Blue) = 101+22+50=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #651632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651632 is #9AE9CD. Grayscale: #303030. Windows color (decimal): -10152398 or 3282533. OLE color: 3282533.

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

Color convert

RGB1012250-
CMYK00.780.500.60
HSL338.73º64.23%24.12%-
HSV(B)338.73º78.22%39.61%-
XYZ6.233.573.38-
YUV48.81128.67165.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.38%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=58.38%
G=12.72%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101225000.780.500.60338.7364.2324.12
Hex65163204E323C1534018
Octal14526620116627452310030
Binary11001011011011001001001110110010111100101010011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651632; }

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

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

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

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

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

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

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

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