Html Css Color HEX #363101 Maire

📋 copy color: '#363101'

red 54 ◦ green 49 ◦ blue 1

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

Shades of Maire #363101

Tints of Maire #363101

RGB

 RED value IS 54 (21.48% from 255) = 51.92%

 GREEN value IS 49 (19.53% from 255) = 47.12%

 BLUE value IS 1 (0.78% from 255) = 0.96%

R = 51.92%
G = 47.12%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#363101 (or 0x363101) is known color: Maire. HEX triplet: 36, 31 and 01. RGB value is (54,49,1). Sum of RGB (Red+Green+Blue) = 54+49+1=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #363101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363101 is #C9CEFE. Grayscale: #2D2D2D. Windows color (decimal): -13225727 or 78134. OLE color: 78134.

HSL color Cylindrical-coordinate representation of color #363101: hue angle of 54.34º 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 #363101 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 49 1 -
CMYK 0 0.09 0.98 0.79
HSL 54.34º 0.96% 0.11% -
HSV(B) 54.34º 0.98% 0.21% -
XYZ 2.63 2.98 0.47 -
YUV 45.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 54 49 1 0 0.09 0.98 0.79 54.34 0.96 0.11
Hex 36 31 1 0 9 62 4F 36 60 B
Octal 66 61 1 0 11 142 117 66 140 13
Binary 110110 110001 1 0 1001 1100010 1001111 110110 1100000 1011

Color Harmonies of #363101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363101

Black with #363101

Text Example


Text Example

White with #363101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363101; }

 p { color: rgb(54,49,1); }

 H1.HeaderClassName
 {
   color: #363101;
 }
 .AnyTagClassName
 {
   color: #363101;
 }
</style>

background-color css

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

 a { background-color: rgb(54,49,1); }

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

border-color css

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

 span { border-color: rgb(54,49,1); }

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