Html Css Color HEX #370835 Mardi Gras

📋 copy color: '#370835'

red 55 ◦ green 8 ◦ blue 53

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

Shades of Mardi Gras #370835

Tints of Mardi Gras #370835

RGB

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

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

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

R = 47.41%
G = 6.9%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#370835 (or 0x370835) is known color: Mardi Gras. HEX triplet: 37, 08 and 35. RGB value is (55,8,53). Sum of RGB (Red+Green+Blue) = 55+8+53=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #370835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370835 is #C8F7CA. Grayscale: #1B1B1B. Windows color (decimal): -13170635 or 3475511. OLE color: 3475511.

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

Color convert

RGB 55 8 53 -
CMYK 0 0.85 0.04 0.78
HSL 302.55º 0.75% 0.12% -
HSV(B) 302.55º 0.85% 0.22% -
XYZ 2.3 1.24 3.49 -
YUV 27.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 55 8 53 0 0.85 0.04 0.78 302.55 0.75 0.12
Hex 37 8 35 0 55 4 4E 12F 4B C
Octal 67 10 65 0 125 4 116 457 113 14
Binary 110111 1000 110101 0 1010101 100 1001110 100101111 1001011 1100

Color Harmonies of #370835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370835

Black with #370835

Text Example


Text Example

White with #370835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370835; }

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

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

background-color css

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

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

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

border-color css

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

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

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