#413025

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

Shades of Sambuca #413025

Tints of Sambuca #413025

Color information

#413025 (or 0x413025) is unknown color: approx Sambuca. HEX triplet: 41, 30 and 25. RGB value is (65,48,37). Sum of RGB (Red+Green+Blue) = 65+48+37=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #413025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413025 is #BECFDA. Grayscale: #333333. Windows color (decimal): -12505051 or 2437185. OLE color: 2437185.

HSL color Cylindrical-coordinate representation of color #413025: hue angle of 23.57º 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 #413025 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB654837-
CMYK00.260.430.75
HSL23.57º27.45%20%-
HSV(B)23.57º43.08%25.49%-
XYZ3.573.372.21-
YUV51.83119.63137.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.33%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=43.33%
G=32%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65483700.260.430.7523.5727.4520
Hex41302501A2B4B181b14
Octal101604503253113303324
Binary10000011100001001010110101010111001011110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413025; }

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

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

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

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

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

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

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

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