#403303

Color #403303 Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #403303

Tints of Mikado #403303

Color information

#403303 (or 0x403303) is unknown color: approx Mikado. HEX triplet: 40, 33 and 03. RGB value is (64,51,3). Sum of RGB (Red+Green+Blue) = 64+51+3=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #403303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403303 is #BFCCFC. Grayscale: #313131. Windows color (decimal): -12569853 or 209728. OLE color: 209728.

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

Color convert

RGB64513-
CMYK00.200.950.75
HSL47.21º91.04%13.14%-
HSV(B)47.21º95.31%25.1%-
XYZ3.313.460.58-
YUV49.41101.81138.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 51 (20.31% from 255) = 43.22%
BLUE value IS 3 (1.56% from 255) = 2.54%
R=54.24%
G=43.22%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6451300.200.950.7547.2191.0413.14
Hex403330145F4B2f5bd
Octal1006330241371135713315
Binary1000000110011110101001011111100101110111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403303; }

 p { color: rgb(64,51,3); }

 H1.HeaderClassName
 {
   color: #403303;
 }
 .AnyTagClassName
 {
   color: #403303;
 }
</style>
background-color css

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

 a { background-color: rgb(64,51,3); }

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

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

 span { border-color: rgb(64,51,3); }

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