Html Css Color HEX #40311B Mikado

📋 copy color: '#40311B'

red 64 ◦ green 49 ◦ blue 27

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

Shades of Mikado #40311B

Tints of Mikado #40311B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35%

 BLUE value IS 27 (10.94% from 255) = 19.29%

R = 45.71%
G = 35%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#40311B (or 0x40311B) is known color: Mikado. HEX triplet: 40, 31 and 1B. RGB value is (64,49,27). Sum of RGB (Red+Green+Blue) = 64+49+27=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #40311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40311B is #BFCEE4. Grayscale: #333333. Windows color (decimal): -12570341 or 1782080. OLE color: 1782080.

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

Color convert

RGB 64 49 27 -
CMYK 0 0.23 0.58 0.75
HSL 35.68º 0.41% 0.18% -
HSV(B) 35.68º 0.58% 0.25% -
XYZ 3.41 3.37 1.51 -
YUV 50.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 64 49 27 0 0.23 0.58 0.75 35.68 0.41 0.18
Hex 40 31 1B 0 17 3A 4B 24 29 12
Octal 100 61 33 0 27 72 113 44 51 22
Binary 1000000 110001 11011 0 10111 111010 1001011 100100 101001 10010

Color Harmonies of #40311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40311B

Black with #40311B

Text Example


Text Example

White with #40311B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,49,27); }

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

background-color css

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

 a { background-color: rgb(64,49,27); }

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

border-color css

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

 span { border-color: rgb(64,49,27); }

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