#651C34

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

Shades of Claret #651C34

Tints of Claret #651C34

Color information

#651C34 (or 0x651C34) is unknown color: approx Claret. HEX triplet: 65, 1C and 34. RGB value is (101,28,52). Sum of RGB (Red+Green+Blue) = 101+28+52=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #651C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651C34 is #9AE3CB. Grayscale: #343434. Windows color (decimal): -10150860 or 3415141. OLE color: 3415141.

HSL color Cylindrical-coordinate representation of color #651C34: hue angle of 340.27º 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 #651C34 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB1012852-
CMYK00.720.490.60
HSL340.27º56.59%25.29%-
HSV(B)340.27º72.28%39.61%-
XYZ6.43.853.65-
YUV52.56127.68162.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.80%
GREEN value IS 28 (11.33% from 255) = 15.47%
BLUE value IS 52 (20.70% from 255) = 28.73%
R=55.80%
G=15.47%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101285200.720.490.60340.2756.5925.29
Hex651C34048313C1543919
Octal1453464011061745247131
Binary1100101111001101000100100011000111110010101010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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