#413303

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

Shades of Mikado #413303

Tints of Mikado #413303

Color information

#413303 (or 0x413303) is unknown color: approx Mikado. HEX triplet: 41, 33 and 03. RGB value is (65,51,3). Sum of RGB (Red+Green+Blue) = 65+51+3=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #413303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413303 is #BECCFC. Grayscale: #313131. Windows color (decimal): -12504317 or 209729. OLE color: 209729.

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

Color convert

RGB65513-
CMYK00.220.950.75
HSL46.45º91.18%13.33%-
HSV(B)46.45º95.38%25.49%-
XYZ3.383.50.58-
YUV49.71101.64138.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 51 (20.31% from 255) = 42.86%
BLUE value IS 3 (1.56% from 255) = 2.52%
R=54.62%
G=42.86%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6551300.220.950.7546.4591.1813.33
Hex413330165F4B2e5bd
Octal1016330261371135613315
Binary1000001110011110101101011111100101110111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413303; }

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

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

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

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

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

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

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

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