#65172F

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

Shades of Claret #65172F

Tints of Claret #65172F

Color information

#65172F (or 0x65172F) is unknown color: approx Claret. HEX triplet: 65, 17 and 2F. RGB value is (101,23,47). Sum of RGB (Red+Green+Blue) = 101+23+47=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #65172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65172F is #9AE8D0. Grayscale: #313131. Windows color (decimal): -10152145 or 3086181. OLE color: 3086181.

HSL color Cylindrical-coordinate representation of color #65172F: hue angle of 341.54º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65172F is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB1012347-
CMYK00.770.530.60
HSL341.54º62.9%24.31%-
HSV(B)341.54º77.23%39.61%-
XYZ6.193.583.06-
YUV49.06126.84165.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 59.06%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 47 (18.75% from 255) = 27.49%
R=59.06%
G=13.45%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101234700.770.530.60341.5462.924.31
Hex65172F04D353C1563f18
Octal1452757011565745267730
Binary1100101101111011110100110111010111110010101011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65172F; }

 p { color: rgb(101,23,47); }

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

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

 a { background-color: rgb(101,23,47); }

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

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

 span { border-color: rgb(101,23,47); }

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