#65162F

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

Shades of Claret #65162F

Tints of Claret #65162F

Color information

#65162F (or 0x65162F) is unknown color: approx Claret. HEX triplet: 65, 16 and 2F. RGB value is (101,22,47). Sum of RGB (Red+Green+Blue) = 101+22+47=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #65162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65162F is #9AE9D0. Grayscale: #303030. Windows color (decimal): -10152401 or 3085925. OLE color: 3085925.

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

Color convert

RGB1012247-
CMYK00.780.530.60
HSL341.01º64.23%24.12%-
HSV(B)341.01º78.22%39.61%-
XYZ6.173.553.05-
YUV48.47127.17165.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 59.41%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=59.41%
G=12.94%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101224700.780.530.60341.0164.2324.12
Hex65162F04E353C1554018
Octal14526570116657452510030
Binary11001011011010111101001110110101111100101010101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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