#353201

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

Shades of Maire #353201

Tints of Maire #353201

Color information

#353201 (or 0x353201) is unknown color: approx Maire. HEX triplet: 35, 32 and 01. RGB value is (53,50,1). Sum of RGB (Red+Green+Blue) = 53+50+1=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #353201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353201 is #CACDFE. Grayscale: #2D2D2D. Windows color (decimal): -13291007 or 78389. OLE color: 78389.

HSL color Cylindrical-coordinate representation of color #353201: hue angle of 56.54º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #353201 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB53501-
CMYK00.060.980.79
HSL56.54º96.3%10.59%-
HSV(B)56.54º98.11%20.78%-
XYZ2.613.040.48-
YUV45.31102.99133.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.96%
GREEN value IS 50 (19.92% from 255) = 48.08%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=50.96%
G=48.08%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5350100.060.980.7956.5496.310.59
Hex3532106624F3960b
Octal65621061421177114013
Binary110101110010101101100010100111111100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353201; }

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

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

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

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

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

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

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

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