#373201

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

Shades of Maire #373201

Tints of Maire #373201

Color information

#373201 (or 0x373201) is unknown color: approx Maire. HEX triplet: 37, 32 and 01. RGB value is (55,50,1). Sum of RGB (Red+Green+Blue) = 55+50+1=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #373201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373201 is #C8CDFE. Grayscale: #2E2E2E. Windows color (decimal): -13159935 or 78391. OLE color: 78391.

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

Color convert

RGB55501-
CMYK00.090.980.78
HSL54.44º96.43%10.98%-
HSV(B)54.44º98.18%21.57%-
XYZ2.723.10.48-
YUV45.91102.66134.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=51.89%
G=47.17%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5550100.090.980.7854.4496.4310.98
Hex3732109624E3660b
Octal676210111421166614013
Binary1101111100101010011100010100111011011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373201; }

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

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

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

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

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

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

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

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