Html Css Color HEX #332901 Maire

📋 copy color: '#332901'

red 51 ◦ green 41 ◦ blue 1

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

Shades of Maire #332901

Tints of Maire #332901

RGB

 RED value IS 51 (20.31% from 255) = 54.84%

 GREEN value IS 41 (16.41% from 255) = 44.09%

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

R = 54.84%
G = 44.09%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#332901 (or 0x332901) is known color: Maire. HEX triplet: 33, 29 and 01. RGB value is (51,41,1). Sum of RGB (Red+Green+Blue) = 51+41+1=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #332901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332901 is #CCD6FE. Grayscale: #272727. Windows color (decimal): -13424383 or 76083. OLE color: 76083.

HSL color Cylindrical-coordinate representation of color #332901: hue angle of 48º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #332901 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 41 1 -
CMYK 0 0.20 0.98 0.8
HSL 48º 0.96% 0.1% -
HSV(B) 48º 0.98% 0.2% -
XYZ 2.16 2.29 0.36 -
YUV 39.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 51 41 1 0 0.20 0.98 0.8 48 0.96 0.1
Hex 33 29 1 0 14 62 50 30 60 A
Octal 63 51 1 0 24 142 120 60 140 12
Binary 110011 101001 1 0 10100 1100010 1010000 110000 1100000 1010

Color Harmonies of #332901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332901

Black with #332901

Text Example


Text Example

White with #332901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332901; }

 p { color: rgb(51,41,1); }

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

background-color css

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

 a { background-color: rgb(51,41,1); }

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

border-color css

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

 span { border-color: rgb(51,41,1); }

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