Html Css Color HEX #413125 Sambuca

📋 copy color: '#413125'

red 65 ◦ green 49 ◦ blue 37

#413125
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sambuca #413125

Tints of Sambuca #413125

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.5%

R = 43.05%
G = 32.45%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#413125 (or 0x413125) is known color: 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

RGB 65 49 37 -
CMYK 0 0.25 0.43 0.75
HSL 25.71º 0.27% 0.2% -
HSV(B) 25.71º 0.43% 0.25% -
XYZ 3.61 3.45 2.23 -
YUV 52.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 65 49 37 0 0.25 0.43 0.75 25.71 0.27 0.2
Hex 41 31 25 0 19 2B 4B 1A 1B 14
Octal 101 61 45 0 31 53 113 32 33 24
Binary 1000001 110001 100101 0 11001 101011 1001011 11010 11011 10100

Color Harmonies of #413125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413125

Black with #413125

Text Example


Text Example

White with #413125

Text Example


Text Example

HTML Codes & Css Web 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>