#380532

Color #380532 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #380532

Tints of Mardi Gras #380532

Color information

#380532 (or 0x380532) is unknown color: approx Mardi Gras. HEX triplet: 38, 05 and 32. RGB value is (56,5,50). Sum of RGB (Red+Green+Blue) = 56+5+50=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #380532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380532 is #C7FACD. Grayscale: #191919. Windows color (decimal): -13105870 or 3278136. OLE color: 3278136.

HSL color Cylindrical-coordinate representation of color #380532: hue angle of 307.06º 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 #380532 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB56550-
CMYK00.910.110.78
HSL307.06º83.61%11.96%-
HSV(B)307.06º91.07%21.96%-
XYZ2.261.183.13-
YUV25.38141.9149.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 5 (2.34% from 255) = 4.50%
BLUE value IS 50 (19.92% from 255) = 45.05%
R=50.45%
G=4.50%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5655000.910.110.78307.0683.6111.96
Hex3853205BB4E13354c
Octal7056201331311646312414
Binary111000101110010010110111011100111010011001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380532; }

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

 H1.HeaderClassName
 {
   color: #380532;
 }
 .AnyTagClassName
 {
   color: #380532;
 }
</style>
background-color css

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

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

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

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

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

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