Html Css Color HEX #413501 Mikado

📋 copy color: '#413501'

red 65 ◦ green 53 ◦ blue 1

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

Shades of Mikado #413501

Tints of Mikado #413501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.84%

R = 54.62%
G = 44.54%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#413501 (or 0x413501) is known color: Mikado. HEX triplet: 41, 35 and 01. RGB value is (65,53,1). Sum of RGB (Red+Green+Blue) = 65+53+1=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #413501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413501 is #BECAFE. Grayscale: #323232. Windows color (decimal): -12503807 or 79169. OLE color: 79169.

HSL color Cylindrical-coordinate representation of color #413501: hue angle of 48.75º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #413501 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 53 1 -
CMYK 0 0.18 0.98 0.75
HSL 48.75º 0.97% 0.13% -
HSV(B) 48.75º 0.98% 0.25% -
XYZ 3.46 3.67 0.56 -
YUV 50.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 65 53 1 0 0.18 0.98 0.75 48.75 0.97 0.13
Hex 41 35 1 0 12 62 4B 31 61 D
Octal 101 65 1 0 22 142 113 61 141 15
Binary 1000001 110101 1 0 10010 1100010 1001011 110001 1100001 1101

Color Harmonies of #413501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413501

Black with #413501

Text Example


Text Example

White with #413501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413501; }

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

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

background-color css

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

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

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

border-color css

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

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

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