Html Css Color HEX #41352B Dark Rum

📋 copy color: '#41352B'

red 65 ◦ green 53 ◦ blue 43

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

Shades of Dark Rum #41352B

Tints of Dark Rum #41352B

RGB

 RED value IS 65 (25.78% from 255) = 40.37%

 GREEN value IS 53 (21.09% from 255) = 32.92%

 BLUE value IS 43 (17.19% from 255) = 26.71%

R = 40.37%
G = 32.92%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#41352B (or 0x41352B) is known color: Dark Rum. HEX triplet: 41, 35 and 2B. RGB value is (65,53,43). Sum of RGB (Red+Green+Blue) = 65+53+43=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #41352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41352B is #BECAD4. Grayscale: #373737. Windows color (decimal): -12503765 or 2831681. OLE color: 2831681.

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

Color convert

RGB 65 53 43 -
CMYK 0 0.18 0.34 0.75
HSL 27.27º 0.2% 0.21% -
HSV(B) 27.27º 0.34% 0.25% -
XYZ 3.89 3.84 2.82 -
YUV 55.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 65 53 43 0 0.18 0.34 0.75 27.27 0.2 0.21
Hex 41 35 2B 0 12 22 4B 1B 14 15
Octal 101 65 53 0 22 42 113 33 24 25
Binary 1000001 110101 101011 0 10010 100010 1001011 11011 10100 10101

Color Harmonies of #41352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41352B

Black with #41352B

Text Example


Text Example

White with #41352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41352B; }

 p { color: rgb(65,53,43); }

 H1.HeaderClassName
 {
   color: #41352B;
 }
 .AnyTagClassName
 {
   color: #41352B;
 }
</style>

background-color css

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

 a { background-color: rgb(65,53,43); }

 div.DivClassName
 {
   background-color: #41352B;
 }
 .BgClassName
 {
   background-color: #41352B;
 }
</style>

border-color css

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

 span { border-color: rgb(65,53,43); }

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