Html Css Color HEX #413025 Sambuca

📋 copy color: '#413025'

red 65 ◦ green 48 ◦ blue 37

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

Shades of Sambuca #413025

Tints of Sambuca #413025

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 value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 65 48 37 -
CMYK 0 0.26 0.43 0.75
HSL 23.57º 0.27% 0.2% -
HSV(B) 23.57º 0.43% 0.25% -
XYZ 3.57 3.37 2.21 -
YUV 51.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 65 48 37 0 0.26 0.43 0.75 23.57 0.27 0.2
Hex 41 30 25 0 1A 2B 4B 18 1B 14
Octal 101 60 45 0 32 53 113 30 33 24
Binary 1000001 110000 100101 0 11010 101011 1001011 11000 11011 10100

Color Harmonies of #413025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413025

Black with #413025

Text Example


Text Example

White with #413025

Text Example


Text Example

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