Html Css Color HEX #351533 Mardi Gras

📋 copy color: '#351533'

red 53 ◦ green 21 ◦ blue 51

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

Shades of Mardi Gras #351533

Tints of Mardi Gras #351533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.8%

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

R = 42.4%
G = 16.8%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#351533 (or 0x351533) is known color: Mardi Gras. HEX triplet: 35, 15 and 33. RGB value is (53,21,51). Sum of RGB (Red+Green+Blue) = 53+21+51=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #351533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351533 is #CAEACC. Grayscale: #212121. Windows color (decimal): -13298381 or 3347765. OLE color: 3347765.

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

Color convert

RGB 53 21 51 -
CMYK 0 0.60 0.04 0.79
HSL 303.75º 0.43% 0.15% -
HSV(B) 303.75º 0.6% 0.21% -
XYZ 2.33 1.53 3.3 -
YUV 33.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 53 21 51 0 0.60 0.04 0.79 303.75 0.43 0.15
Hex 35 15 33 0 3C 4 4F 130 2B F
Octal 65 25 63 0 74 4 117 460 53 17
Binary 110101 10101 110011 0 111100 100 1001111 100110000 101011 1111

Color Harmonies of #351533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351533

Black with #351533

Text Example


Text Example

White with #351533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351533; }

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

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

background-color css

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

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

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

border-color css

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

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

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