Html Css Color HEX #381532 Mardi Gras

📋 copy color: '#381532'

red 56 ◦ green 21 ◦ blue 50

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

Shades of Mardi Gras #381532

Tints of Mardi Gras #381532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.54%

 BLUE value IS 50 (19.92% from 255) = 39.37%

R = 44.09%
G = 16.54%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#381532 (or 0x381532) is known color: Mardi Gras. HEX triplet: 38, 15 and 32. RGB value is (56,21,50). Sum of RGB (Red+Green+Blue) = 56+21+50=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #381532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381532 is #C7EACD. Grayscale: #222222. Windows color (decimal): -13101774 or 3282232. OLE color: 3282232.

HSL color Cylindrical-coordinate representation of color #381532: hue angle of 310.29º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381532 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 21 50 -
CMYK 0 0.63 0.11 0.78
HSL 310.29º 0.45% 0.15% -
HSV(B) 310.29º 0.63% 0.22% -
XYZ 2.47 1.61 3.2 -
YUV 34.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 56 21 50 0 0.63 0.11 0.78 310.29 0.45 0.15
Hex 38 15 32 0 3F B 4E 136 2D F
Octal 70 25 62 0 77 13 116 466 55 17
Binary 111000 10101 110010 0 111111 1011 1001110 100110110 101101 1111

Color Harmonies of #381532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381532

Black with #381532

Text Example


Text Example

White with #381532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381532; }

 p { color: rgb(56,21,50); }

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

background-color css

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

 a { background-color: rgb(56,21,50); }

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

border-color css

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

 span { border-color: rgb(56,21,50); }

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