Html Css Color HEX #40352B Dark Rum

📋 copy color: '#40352B'

red 64 ◦ green 53 ◦ blue 43

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

Shades of Dark Rum #40352B

Tints of Dark Rum #40352B

RGB

 RED value IS 64 (25.39% from 255) = 40%

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

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

R = 40%
G = 33.13%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#40352B (or 0x40352B) is known color: Dark Rum. HEX triplet: 40, 35 and 2B. RGB value is (64,53,43). Sum of RGB (Red+Green+Blue) = 64+53+43=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #40352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40352B is #BFCAD4. Grayscale: #373737. Windows color (decimal): -12569301 or 2831680. OLE color: 2831680.

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

Color convert

RGB 64 53 43 -
CMYK 0 0.17 0.33 0.75
HSL 28.57º 0.2% 0.21% -
HSV(B) 28.57º 0.33% 0.25% -
XYZ 3.82 3.81 2.82 -
YUV 55.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 64 53 43 0 0.17 0.33 0.75 28.57 0.2 0.21
Hex 40 35 2B 0 11 21 4B 1D 14 15
Octal 100 65 53 0 21 41 113 35 24 25
Binary 1000000 110101 101011 0 10001 100001 1001011 11101 10100 10101

Color Harmonies of #40352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40352B

Black with #40352B

Text Example


Text Example

White with #40352B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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