#413125

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

Shades of Sambuca #413125

Tints of Sambuca #413125

Color information

#413125 (or 0x413125) is unknown color: approx Sambuca. HEX triplet: 41, 31 and 25. RGB value is (65,49,37). Sum of RGB (Red+Green+Blue) = 65+49+37=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #413125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413125 is #BECEDA. Grayscale: #343434. Windows color (decimal): -12504795 or 2437441. OLE color: 2437441.

HSL color Cylindrical-coordinate representation of color #413125: hue angle of 25.71º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #413125 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB654937-
CMYK00.250.430.75
HSL25.71º27.45%20%-
HSV(B)25.71º43.08%25.49%-
XYZ3.613.452.23-
YUV52.42119.3136.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=43.05%
G=32.45%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65493700.250.430.7525.7127.4520
Hex4131250192B4B1a1b14
Octal101614503153113323324
Binary10000011100011001010110011010111001011110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413125; }

 p { color: rgb(65,49,37); }

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

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

 a { background-color: rgb(65,49,37); }

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

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

 span { border-color: rgb(65,49,37); }

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