#65192F

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

Shades of Claret #65192F

Tints of Claret #65192F

Color information

#65192F (or 0x65192F) is unknown color: approx Claret. HEX triplet: 65, 19 and 2F. RGB value is (101,25,47). Sum of RGB (Red+Green+Blue) = 101+25+47=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #65192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65192F is #9AE6D0. Grayscale: #323232. Windows color (decimal): -10151633 or 3086693. OLE color: 3086693.

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

Color convert

RGB1012547-
CMYK00.750.530.60
HSL342.63º60.32%24.71%-
HSV(B)342.63º75.25%39.61%-
XYZ6.233.673.07-
YUV50.23126.18164.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.38%
GREEN value IS 25 (10.16% from 255) = 14.45%
BLUE value IS 47 (18.75% from 255) = 27.17%
R=58.38%
G=14.45%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101254700.750.530.60342.6360.3224.71
Hex65192F04B353C1573c19
Octal1453157011365745277431
Binary1100101110011011110100101111010111110010101011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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