Html Css Color HEX #35052D Mardi Gras

📋 copy color: '#35052D'

red 53 ◦ green 5 ◦ blue 45

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

Shades of Mardi Gras #35052D

Tints of Mardi Gras #35052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.85%

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

R = 51.46%
G = 4.85%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#35052D (or 0x35052D) is known color: Mardi Gras. HEX triplet: 35, 05 and 2D. RGB value is (53,5,45). Sum of RGB (Red+Green+Blue) = 53+5+45=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #35052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35052D is #CAFAD2. Grayscale: #171717. Windows color (decimal): -13302483 or 2950453. OLE color: 2950453.

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

Color convert

RGB 53 5 45 -
CMYK 0 0.91 0.15 0.79
HSL 310º 0.83% 0.11% -
HSV(B) 310º 0.91% 0.21% -
XYZ 2 1.05 2.58 -
YUV 23.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 53 5 45 0 0.91 0.15 0.79 310 0.83 0.11
Hex 35 5 2D 0 5B F 4F 136 53 B
Octal 65 5 55 0 133 17 117 466 123 13
Binary 110101 101 101101 0 1011011 1111 1001111 100110110 1010011 1011

Color Harmonies of #35052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35052D

Black with #35052D

Text Example


Text Example

White with #35052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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