Html Css Color HEX #373201 Maire

📋 copy color: '#373201'

red 55 ◦ green 50 ◦ blue 1

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

Shades of Maire #373201

Tints of Maire #373201

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 value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#373201 (or 0x373201) is known color: 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

RGB 55 50 1 -
CMYK 0 0.09 0.98 0.78
HSL 54.44º 0.96% 0.11% -
HSV(B) 54.44º 0.98% 0.22% -
XYZ 2.72 3.1 0.48 -
YUV 45.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 55 50 1 0 0.09 0.98 0.78 54.44 0.96 0.11
Hex 37 32 1 0 9 62 4E 36 60 B
Octal 67 62 1 0 11 142 116 66 140 13
Binary 110111 110010 1 0 1001 1100010 1001110 110110 1100000 1011

Color Harmonies of #373201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373201

Black with #373201

Text Example


Text Example

White with #373201

Text Example


Text Example

HTML Codes & Css Web 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>