#651D2E

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

Shades of Claret #651D2E

Tints of Claret #651D2E

Color information

#651D2E (or 0x651D2E) is unknown color: approx Claret. HEX triplet: 65, 1D and 2E. RGB value is (101,29,46). Sum of RGB (Red+Green+Blue) = 101+29+46=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #651D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651D2E is #9AE2D1. Grayscale: #343434. Windows color (decimal): -10150610 or 3022181. OLE color: 3022181.

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

Color convert

RGB1012946-
CMYK00.710.540.60
HSL345.83º55.38%25.49%-
HSV(B)345.83º71.29%39.61%-
XYZ6.33.842.99-
YUV52.47124.35162.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.39%
GREEN value IS 29 (11.72% from 255) = 16.48%
BLUE value IS 46 (18.36% from 255) = 26.14%
R=57.39%
G=16.48%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101294600.710.540.60345.8355.3825.49
Hex651D2E047363C15a3719
Octal1453556010766745326731
Binary1100101111011011100100011111011011110010101101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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