Html Css Color HEX #370435 Mardi Gras

📋 copy color: '#370435'

red 55 ◦ green 4 ◦ blue 53

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

Shades of Mardi Gras #370435

Tints of Mardi Gras #370435

RGB

 RED value IS 55 (21.88% from 255) = 49.11%

 GREEN value IS 4 (1.95% from 255) = 3.57%

 BLUE value IS 53 (21.09% from 255) = 47.32%

R = 49.11%
G = 3.57%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#370435 (or 0x370435) is known color: Mardi Gras. HEX triplet: 37, 04 and 35. RGB value is (55,4,53). Sum of RGB (Red+Green+Blue) = 55+4+53=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #370435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370435 is #C8FBCA. Grayscale: #181818. Windows color (decimal): -13171659 or 3474487. OLE color: 3474487.

HSL color Cylindrical-coordinate representation of color #370435: hue angle of 302.35º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370435 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 4 53 -
CMYK 0 0.93 0.04 0.78
HSL 302.35º 0.86% 0.12% -
HSV(B) 302.35º 0.93% 0.22% -
XYZ 2.26 1.16 3.47 -
YUV 24.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 55 4 53 0 0.93 0.04 0.78 302.35 0.86 0.12
Hex 37 4 35 0 5D 4 4E 12E 56 C
Octal 67 4 65 0 135 4 116 456 126 14
Binary 110111 100 110101 0 1011101 100 1001110 100101110 1010110 1100

Color Harmonies of #370435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370435

Black with #370435

Text Example


Text Example

White with #370435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370435; }

 p { color: rgb(55,4,53); }

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

background-color css

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

 a { background-color: rgb(55,4,53); }

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

border-color css

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

 span { border-color: rgb(55,4,53); }

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