Html Css Color HEX #380536 Mardi Gras

📋 copy color: '#380536'

red 56 ◦ green 5 ◦ blue 54

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

Shades of Mardi Gras #380536

Tints of Mardi Gras #380536

RGB

 RED value IS 56 (22.27% from 255) = 48.7%

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

 BLUE value IS 54 (21.48% from 255) = 46.96%

R = 48.7%
G = 4.35%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#380536 (or 0x380536) is known color: Mardi Gras. HEX triplet: 38, 05 and 36. RGB value is (56,5,54). Sum of RGB (Red+Green+Blue) = 56+5+54=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #380536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380536 is #C7FAC9. Grayscale: #191919. Windows color (decimal): -13105866 or 3540280. OLE color: 3540280.

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

Color convert

RGB 56 5 54 -
CMYK 0 0.91 0.04 0.78
HSL 302.35º 0.84% 0.12% -
HSV(B) 302.35º 0.91% 0.22% -
XYZ 2.35 1.22 3.6 -
YUV 25.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 56 5 54 0 0.91 0.04 0.78 302.35 0.84 0.12
Hex 38 5 36 0 5B 4 4E 12E 54 C
Octal 70 5 66 0 133 4 116 456 124 14
Binary 111000 101 110110 0 1011011 100 1001110 100101110 1010100 1100

Color Harmonies of #380536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380536

Black with #380536

Text Example


Text Example

White with #380536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380536; }

 p { color: rgb(56,5,54); }

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

background-color css

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

 a { background-color: rgb(56,5,54); }

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

border-color css

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

 span { border-color: rgb(56,5,54); }

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