#651C32

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

Shades of Claret #651C32

Tints of Claret #651C32

Color information

#651C32 (or 0x651C32) is unknown color: approx Claret. HEX triplet: 65, 1C and 32. RGB value is (101,28,50). Sum of RGB (Red+Green+Blue) = 101+28+50=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #651C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651C32 is #9AE3CD. Grayscale: #343434. Windows color (decimal): -10150862 or 3284069. OLE color: 3284069.

HSL color Cylindrical-coordinate representation of color #651C32: hue angle of 341.92º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #651C32 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1012850-
CMYK00.720.500.60
HSL341.92º56.59%25.29%-
HSV(B)341.92º72.28%39.61%-
XYZ6.363.833.42-
YUV52.34126.68162.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.42%
GREEN value IS 28 (11.33% from 255) = 15.64%
BLUE value IS 50 (19.92% from 255) = 27.93%
R=56.42%
G=15.64%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101285000.720.500.60341.9256.5925.29
Hex651C32048323C1563919
Octal1453462011062745267131
Binary1100101111001100100100100011001011110010101011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651C32; }

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

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

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

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

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

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

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

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