Html Css Color HEX #350630 Mardi Gras

📋 copy color: '#350630'

red 53 ◦ green 6 ◦ blue 48

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

Shades of Mardi Gras #350630

Tints of Mardi Gras #350630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.61%

 BLUE value IS 48 (19.14% from 255) = 44.86%

R = 49.53%
G = 5.61%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#350630 (or 0x350630) is known color: Mardi Gras. HEX triplet: 35, 06 and 30. RGB value is (53,6,48). Sum of RGB (Red+Green+Blue) = 53+6+48=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #350630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350630 is #CAF9CF. Grayscale: #181818. Windows color (decimal): -13302224 or 3147317. OLE color: 3147317.

HSL color Cylindrical-coordinate representation of color #350630: hue angle of 306.38º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350630 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 6 48 -
CMYK 0 0.89 0.09 0.79
HSL 306.38º 0.8% 0.12% -
HSV(B) 306.38º 0.89% 0.21% -
XYZ 2.07 1.1 2.9 -
YUV 24.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 53 6 48 0 0.89 0.09 0.79 306.38 0.8 0.12
Hex 35 6 30 0 59 9 4F 132 50 C
Octal 65 6 60 0 131 11 117 462 120 14
Binary 110101 110 110000 0 1011001 1001 1001111 100110010 1010000 1100

Color Harmonies of #350630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350630

Black with #350630

Text Example


Text Example

White with #350630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350630; }

 p { color: rgb(53,6,48); }

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

background-color css

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

 a { background-color: rgb(53,6,48); }

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

border-color css

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

 span { border-color: rgb(53,6,48); }

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