#65112F

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

Shades of Claret #65112F

Tints of Claret #65112F

Color information

#65112F (or 0x65112F) is unknown color: approx Claret. HEX triplet: 65, 11 and 2F. RGB value is (101,17,47). Sum of RGB (Red+Green+Blue) = 101+17+47=165 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.21% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 101 - color contains mainly: red. Hex color #65112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65112F is #9AEED0. Grayscale: #2D2D2D. Windows color (decimal): -10153681 or 3084645. OLE color: 3084645.

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

Color convert

RGB1011747-
CMYK00.830.530.60
HSL338.57º71.19%23.14%-
HSV(B)338.57º83.17%39.61%-
XYZ6.083.373.02-
YUV45.54128.83167.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 61.21%
GREEN value IS 17 (7.03% from 255) = 10.30%
BLUE value IS 47 (18.75% from 255) = 28.48%
R=61.21%
G=10.30%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101174700.830.530.60338.5771.1923.14
Hex65112F053353C1534717
Octal14521570123657452310727
Binary11001011000110111101010011110101111100101010011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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