#651A2E

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

Shades of Claret #651A2E

Tints of Claret #651A2E

Color information

#651A2E (or 0x651A2E) is unknown color: approx Claret. HEX triplet: 65, 1A and 2E. RGB value is (101,26,46). Sum of RGB (Red+Green+Blue) = 101+26+46=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #651A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651A2E is #9AE5D1. Grayscale: #323232. Windows color (decimal): -10151378 or 3021413. OLE color: 3021413.

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

Color convert

RGB1012646-
CMYK00.740.540.60
HSL344º59.06%24.9%-
HSV(B)344º74.26%39.61%-
XYZ6.233.72.97-
YUV50.7125.35163.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.38%
GREEN value IS 26 (10.55% from 255) = 15.03%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=58.38%
G=15.03%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101264600.740.540.6034459.0624.9
Hex651A2E04A363C1583b19
Octal1453256011266745307331
Binary1100101110101011100100101011011011110010101100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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