#651C2E

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

Shades of Claret #651C2E

Tints of Claret #651C2E

Color information

#651C2E (or 0x651C2E) is unknown color: approx Claret. HEX triplet: 65, 1C and 2E. RGB value is (101,28,46). Sum of RGB (Red+Green+Blue) = 101+28+46=175 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.71% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 101 - color contains mainly: red. Hex color #651C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651C2E is #9AE3D1. Grayscale: #333333. Windows color (decimal): -10150866 or 3021925. OLE color: 3021925.

HSL color Cylindrical-coordinate representation of color #651C2E: hue angle of 345.21º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #651C2E is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB1012846-
CMYK00.720.540.60
HSL345.21º56.59%25.29%-
HSV(B)345.21º72.28%39.61%-
XYZ6.283.792.99-
YUV51.88124.68163.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.71%
GREEN value IS 28 (11.33% from 255) = 16%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=57.71%
G=16%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101284600.720.540.60345.2156.5925.29
Hex651C2E048363C1593919
Octal1453456011066745317131
Binary1100101111001011100100100011011011110010101100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651C2E; }

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

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

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

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

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

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

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

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