#651634

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

Shades of Claret #651634

Tints of Claret #651634

Color information

#651634 (or 0x651634) is unknown color: approx Claret. HEX triplet: 65, 16 and 34. RGB value is (101,22,52). Sum of RGB (Red+Green+Blue) = 101+22+52=175 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.71% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 101 - color contains mainly: red. Hex color #651634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651634 is #9AE9CB. Grayscale: #303030. Windows color (decimal): -10152396 or 3413605. OLE color: 3413605.

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

Color convert

RGB1012252-
CMYK00.780.490.60
HSL337.22º64.23%24.12%-
HSV(B)337.22º78.22%39.61%-
XYZ6.273.593.61-
YUV49.04129.67165.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.71%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 52 (20.70% from 255) = 29.71%
R=57.71%
G=12.57%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101225200.780.490.60337.2264.2324.12
Hex65163404E313C1514018
Octal14526640116617452110030
Binary11001011011011010001001110110001111100101010001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651634; }

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

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

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

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

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

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

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

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