Html Css Color HEX #35082D Mardi Gras

📋 copy color: '#35082D'

red 53 ◦ green 8 ◦ blue 45

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

Shades of Mardi Gras #35082D

Tints of Mardi Gras #35082D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.55%

 BLUE value IS 45 (17.97% from 255) = 42.45%

R = 50%
G = 7.55%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#35082D (or 0x35082D) is known color: Mardi Gras. HEX triplet: 35, 08 and 2D. RGB value is (53,8,45). Sum of RGB (Red+Green+Blue) = 53+8+45=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #35082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35082D is #CAF7D2. Grayscale: #191919. Windows color (decimal): -13301715 or 2951221. OLE color: 2951221.

HSL color Cylindrical-coordinate representation of color #35082D: hue angle of 310.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35082D is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 8 45 -
CMYK 0 0.85 0.15 0.79
HSL 310.67º 0.74% 0.12% -
HSV(B) 310.67º 0.85% 0.21% -
XYZ 2.03 1.12 2.59 -
YUV 25.67 138.91 147.49 -
System Red Green Blue C M Y K H S L
Decimal 53 8 45 0 0.85 0.15 0.79 310.67 0.74 0.12
Hex 35 8 2D 0 55 F 4F 137 4A C
Octal 65 10 55 0 125 17 117 467 112 14
Binary 110101 1000 101101 0 1010101 1111 1001111 100110111 1001010 1100

Color Harmonies of #35082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35082D

Black with #35082D

Text Example


Text Example

White with #35082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35082D; }

 p { color: rgb(53,8,45); }

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

background-color css

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

 a { background-color: rgb(53,8,45); }

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

border-color css

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

 span { border-color: rgb(53,8,45); }

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