Html Css Color HEX #351633 Mardi Gras

📋 copy color: '#351633'

red 53 ◦ green 22 ◦ blue 51

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

Shades of Mardi Gras #351633

Tints of Mardi Gras #351633

RGB

 RED value IS 53 (21.09% from 255) = 42.06%

 GREEN value IS 22 (8.98% from 255) = 17.46%

 BLUE value IS 51 (20.31% from 255) = 40.48%

R = 42.06%
G = 17.46%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#351633 (or 0x351633) is known color: Mardi Gras. HEX triplet: 35, 16 and 33. RGB value is (53,22,51). Sum of RGB (Red+Green+Blue) = 53+22+51=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #351633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351633 is #CAE9CC. Grayscale: #222222. Windows color (decimal): -13298125 or 3348021. OLE color: 3348021.

HSL color Cylindrical-coordinate representation of color #351633: hue angle of 303.87º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #351633 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 22 51 -
CMYK 0 0.58 0.04 0.79
HSL 303.87º 0.41% 0.15% -
HSV(B) 303.87º 0.58% 0.21% -
XYZ 2.35 1.57 3.31 -
YUV 34.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 53 22 51 0 0.58 0.04 0.79 303.87 0.41 0.15
Hex 35 16 33 0 3A 4 4F 130 29 F
Octal 65 26 63 0 72 4 117 460 51 17
Binary 110101 10110 110011 0 111010 100 1001111 100110000 101001 1111

Color Harmonies of #351633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351633

Black with #351633

Text Example


Text Example

White with #351633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351633; }

 p { color: rgb(53,22,51); }

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

background-color css

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

 a { background-color: rgb(53,22,51); }

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

border-color css

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

 span { border-color: rgb(53,22,51); }

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