Html Css Color HEX #403001 Mikado

📋 copy color: '#403001'

red 64 ◦ green 48 ◦ blue 1

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

Shades of Mikado #403001

Tints of Mikado #403001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 42.48%

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

R = 56.64%
G = 42.48%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#403001 (or 0x403001) is known color: Mikado. HEX triplet: 40, 30 and 01. RGB value is (64,48,1). Sum of RGB (Red+Green+Blue) = 64+48+1=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #403001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403001 is #BFCFFE. Grayscale: #2F2F2F. Windows color (decimal): -12570623 or 77888. OLE color: 77888.

HSL color Cylindrical-coordinate representation of color #403001: hue angle of 44.76º 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 #403001 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 48 1 -
CMYK 0 0.25 0.98 0.75
HSL 44.76º 0.97% 0.13% -
HSV(B) 44.76º 0.98% 0.25% -
XYZ 3.18 3.21 0.48 -
YUV 47.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 64 48 1 0 0.25 0.98 0.75 44.76 0.97 0.13
Hex 40 30 1 0 19 62 4B 2D 61 D
Octal 100 60 1 0 31 142 113 55 141 15
Binary 1000000 110000 1 0 11001 1100010 1001011 101101 1100001 1101

Color Harmonies of #403001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403001

Black with #403001

Text Example


Text Example

White with #403001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403001; }

 p { color: rgb(64,48,1); }

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

background-color css

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

 a { background-color: rgb(64,48,1); }

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

border-color css

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

 span { border-color: rgb(64,48,1); }

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