Html Css Color HEX #41310D Mikado

📋 copy color: '#41310D'

red 65 ◦ green 49 ◦ blue 13

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

Shades of Mikado #41310D

Tints of Mikado #41310D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.24%

R = 51.18%
G = 38.58%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41310D (or 0x41310D) is known color: Mikado. HEX triplet: 41, 31 and 0D. RGB value is (65,49,13). Sum of RGB (Red+Green+Blue) = 65+49+13=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41310D is #BECEF2. Grayscale: #313131. Windows color (decimal): -12504819 or 864577. OLE color: 864577.

HSL color Cylindrical-coordinate representation of color #41310D: hue angle of 41.54º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41310D is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 49 13 -
CMYK 0 0.25 0.80 0.75
HSL 41.54º 0.67% 0.15% -
HSV(B) 41.54º 0.8% 0.25% -
XYZ 3.35 3.35 0.85 -
YUV 49.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 65 49 13 0 0.25 0.80 0.75 41.54 0.67 0.15
Hex 41 31 D 0 19 50 4B 2A 43 F
Octal 101 61 15 0 31 120 113 52 103 17
Binary 1000001 110001 1101 0 11001 1010000 1001011 101010 1000011 1111

Color Harmonies of #41310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41310D

Black with #41310D

Text Example


Text Example

White with #41310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41310D; }

 p { color: rgb(65,49,13); }

 H1.HeaderClassName
 {
   color: #41310D;
 }
 .AnyTagClassName
 {
   color: #41310D;
 }
</style>

background-color css

<style>
 a { background-color: #41310D; }

 a { background-color: rgb(65,49,13); }

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

border-color css

<style>
 span { border-color: #41310D; }

 span { border-color: rgb(65,49,13); }

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