#651D33

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

Shades of Claret #651D33

Tints of Claret #651D33

Color information

#651D33 (or 0x651D33) is unknown color: approx Claret. HEX triplet: 65, 1D and 33. RGB value is (101,29,51). Sum of RGB (Red+Green+Blue) = 101+29+51=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #651D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651D33 is #9AE2CC. Grayscale: #353535. Windows color (decimal): -10150605 or 3349861. OLE color: 3349861.

HSL color Cylindrical-coordinate representation of color #651D33: hue angle of 341.67º 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 #651D33 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1012951-
CMYK00.710.500.60
HSL341.67º55.38%25.49%-
HSV(B)341.67º71.29%39.61%-
XYZ6.43.883.54-
YUV53.04126.85162.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.80%
GREEN value IS 29 (11.72% from 255) = 16.02%
BLUE value IS 51 (20.31% from 255) = 28.18%
R=55.80%
G=16.02%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101295100.710.500.60341.6755.3825.49
Hex651D33047323C1563719
Octal1453563010762745266731
Binary1100101111011100110100011111001011110010101011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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