Html Css Color HEX #402B01 Mikado

📋 copy color: '#402B01'

red 64 ◦ green 43 ◦ blue 1

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

Shades of Mikado #402B01

Tints of Mikado #402B01

RGB

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

 GREEN value IS 43 (17.19% from 255) = 39.81%

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

R = 59.26%
G = 39.81%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#402B01 (or 0x402B01) is known color: Mikado. HEX triplet: 40, 2B and 01. RGB value is (64,43,1). Sum of RGB (Red+Green+Blue) = 64+43+1=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #402B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402B01 is #BFD4FE. Grayscale: #2C2C2C. Windows color (decimal): -12571903 or 76608. OLE color: 76608.

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

Color convert

RGB 64 43 1 -
CMYK 0 0.33 0.98 0.75
HSL 40º 0.97% 0.13% -
HSV(B) 40º 0.98% 0.25% -
XYZ 2.98 2.82 0.42 -
YUV 44.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 64 43 1 0 0.33 0.98 0.75 40 0.97 0.13
Hex 40 2B 1 0 21 62 4B 28 61 D
Octal 100 53 1 0 41 142 113 50 141 15
Binary 1000000 101011 1 0 100001 1100010 1001011 101000 1100001 1101

Color Harmonies of #402B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402B01

Black with #402B01

Text Example


Text Example

White with #402B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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