Html Css Color HEX #380632 Mardi Gras

📋 copy color: '#380632'

red 56 ◦ green 6 ◦ blue 50

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

Shades of Mardi Gras #380632

Tints of Mardi Gras #380632

RGB

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

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

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

R = 50%
G = 5.36%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#380632 (or 0x380632) is known color: Mardi Gras. HEX triplet: 38, 06 and 32. RGB value is (56,6,50). Sum of RGB (Red+Green+Blue) = 56+6+50=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #380632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380632 is #C7F9CD. Grayscale: #191919. Windows color (decimal): -13105614 or 3278392. OLE color: 3278392.

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

Color convert

RGB 56 6 50 -
CMYK 0 0.89 0.11 0.78
HSL 307.2º 0.81% 0.12% -
HSV(B) 307.2º 0.89% 0.22% -
XYZ 2.27 1.2 3.13 -
YUV 25.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 56 6 50 0 0.89 0.11 0.78 307.2 0.81 0.12
Hex 38 6 32 0 59 B 4E 133 51 C
Octal 70 6 62 0 131 13 116 463 121 14
Binary 111000 110 110010 0 1011001 1011 1001110 100110011 1010001 1100

Color Harmonies of #380632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380632

Black with #380632

Text Example


Text Example

White with #380632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380632; }

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

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

background-color css

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

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

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

border-color css

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

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

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