#65152E

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

Shades of Claret #65152E

Tints of Claret #65152E

Color information

#65152E (or 0x65152E) is unknown color: approx Claret. HEX triplet: 65, 15 and 2E. RGB value is (101,21,46). Sum of RGB (Red+Green+Blue) = 101+21+46=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #65152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65152E is #9AEAD1. Grayscale: #2F2F2F. Windows color (decimal): -10152658 or 3020133. OLE color: 3020133.

HSL color Cylindrical-coordinate representation of color #65152E: hue angle of 341.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65152E is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB1012146-
CMYK00.790.540.60
HSL341.25º65.57%23.92%-
HSV(B)341.25º79.21%39.61%-
XYZ6.133.52.94-
YUV47.77127165.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 60.12%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=60.12%
G=12.5%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101214600.790.540.60341.2565.5723.92
Hex65152E04F363C1554218
Octal14525560117667452510230
Binary11001011010110111001001111110110111100101010101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65152E; }

 p { color: rgb(101,21,46); }

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

<style>
 a { background-color: #65152E; }

 a { background-color: rgb(101,21,46); }

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

<style>
 span { border-color: #65152E; }

 span { border-color: rgb(101,21,46); }

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