Html Css Color HEX #41320D Mikado

📋 copy color: '#41320D'

red 65 ◦ green 50 ◦ blue 13

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

Shades of Mikado #41320D

Tints of Mikado #41320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.06%

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

R = 50.78%
G = 39.06%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41320D (or 0x41320D) is known color: Mikado. HEX triplet: 41, 32 and 0D. RGB value is (65,50,13). Sum of RGB (Red+Green+Blue) = 65+50+13=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41320D is #BECDF2. Grayscale: #323232. Windows color (decimal): -12504563 or 864833. OLE color: 864833.

HSL color Cylindrical-coordinate representation of color #41320D: hue angle of 42.69º 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 #41320D is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 50 13 -
CMYK 0 0.23 0.80 0.75
HSL 42.69º 0.67% 0.15% -
HSV(B) 42.69º 0.8% 0.25% -
XYZ 3.39 3.43 0.86 -
YUV 50.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 65 50 13 0 0.23 0.80 0.75 42.69 0.67 0.15
Hex 41 32 D 0 17 50 4B 2B 43 F
Octal 101 62 15 0 27 120 113 53 103 17
Binary 1000001 110010 1101 0 10111 1010000 1001011 101011 1000011 1111

Color Harmonies of #41320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41320D

Black with #41320D

Text Example


Text Example

White with #41320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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