Html Css Color HEX #380532 Mardi Gras

📋 copy color: '#380532'

red 56 ◦ green 5 ◦ blue 50

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

Shades of Mardi Gras #380532

Tints of Mardi Gras #380532

RGB

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

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

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

R = 50.45%
G = 4.5%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 56 5 50 -
CMYK 0 0.91 0.11 0.78
HSL 307.06º 0.84% 0.12% -
HSV(B) 307.06º 0.91% 0.22% -
XYZ 2.26 1.18 3.13 -
YUV 25.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 56 5 50 0 0.91 0.11 0.78 307.06 0.84 0.12
Hex 38 5 32 0 5B B 4E 133 54 C
Octal 70 5 62 0 133 13 116 463 124 14
Binary 111000 101 110010 0 1011011 1011 1001110 100110011 1010100 1100

Color Harmonies of #380532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380532

Black with #380532

Text Example


Text Example

White with #380532

Text Example


Text Example

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