Html Css Color HEX #351534 Mardi Gras

📋 copy color: '#351534'

red 53 ◦ green 21 ◦ blue 52

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

Shades of Mardi Gras #351534

Tints of Mardi Gras #351534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 41.27%

R = 42.06%
G = 16.67%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#351534 (or 0x351534) is known color: Mardi Gras. HEX triplet: 35, 15 and 34. RGB value is (53,21,52). Sum of RGB (Red+Green+Blue) = 53+21+52=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #351534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351534 is #CAEACB. Grayscale: #222222. Windows color (decimal): -13298380 or 3413301. OLE color: 3413301.

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

Color convert

RGB 53 21 52 -
CMYK 0 0.60 0.02 0.79
HSL 301.88º 0.43% 0.15% -
HSV(B) 301.88º 0.6% 0.21% -
XYZ 2.36 1.54 3.42 -
YUV 34.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 53 21 52 0 0.60 0.02 0.79 301.88 0.43 0.15
Hex 35 15 34 0 3C 2 4F 12E 2B F
Octal 65 25 64 0 74 2 117 456 53 17
Binary 110101 10101 110100 0 111100 10 1001111 100101110 101011 1111

Color Harmonies of #351534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351534

Black with #351534

Text Example


Text Example

White with #351534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351534; }

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

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

background-color css

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

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

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

border-color css

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

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

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