Html Css Color HEX #380635 Mardi Gras

📋 copy color: '#380635'

red 56 ◦ green 6 ◦ blue 53

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

Shades of Mardi Gras #380635

Tints of Mardi Gras #380635

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.22%

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

R = 48.7%
G = 5.22%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#380635 (or 0x380635) is known color: 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

RGB 56 6 53 -
CMYK 0 0.89 0.05 0.78
HSL 303.6º 0.81% 0.12% -
HSV(B) 303.6º 0.89% 0.22% -
XYZ 2.34 1.23 3.48 -
YUV 26.31 143.07 149.18 -
System Red Green Blue C M Y K H S L
Decimal 56 6 53 0 0.89 0.05 0.78 303.6 0.81 0.12
Hex 38 6 35 0 59 5 4E 130 51 C
Octal 70 6 65 0 131 5 116 460 121 14
Binary 111000 110 110101 0 1011001 101 1001110 100110000 1010001 1100

Color Harmonies of #380635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380635

Black with #380635

Text Example


Text Example

White with #380635

Text Example


Text Example

HTML Codes & Css Web 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>