#380635

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

Shades of Mardi Gras #380635

Tints of Mardi Gras #380635

Color information

#380635 (or 0x380635) is unknown color: approx Mardi Gras. HEX triplet: 38, 06 and 35. RGB value is (56,6,53). Sum of RGB (Red+Green+Blue) = 56+6+53=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #380635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380635 is #C7F9CA. Grayscale: #1A1A1A. Windows color (decimal): -13105611 or 3475000. OLE color: 3475000.

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

Color convert

RGB56653-
CMYK00.890.050.78
HSL303.6º80.65%12.16%-
HSV(B)303.6º89.29%21.96%-
XYZ2.341.233.48-
YUV26.31143.06149.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 53 (21.09% from 255) = 46.09%
R=48.70%
G=5.22%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5665300.890.050.78303.680.6512.16
Hex3863505954E13051c
Octal706650131511646012114
Binary11100011011010101011001101100111010011000010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380635; }

 p { color: rgb(56,6,53); }

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

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

 a { background-color: rgb(56,6,53); }

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

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

 span { border-color: rgb(56,6,53); }

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