Html Css Color HEX #380637 Mardi Gras

📋 copy color: '#380637'

red 56 ◦ green 6 ◦ blue 55

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

Shades of Mardi Gras #380637

Tints of Mardi Gras #380637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 47.01%

R = 47.86%
G = 5.13%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#380637 (or 0x380637) is known color: Mardi Gras. HEX triplet: 38, 06 and 37. RGB value is (56,6,55). Sum of RGB (Red+Green+Blue) = 56+6+55=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 55 (21.88% from 255 or 47.01% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #380637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380637 is #C7F9C8. Grayscale: #1A1A1A. Windows color (decimal): -13105609 or 3606072. OLE color: 3606072.

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

Color convert

RGB 56 6 55 -
CMYK 0 0.89 0.02 0.78
HSL 301.2º 0.81% 0.12% -
HSV(B) 301.2º 0.89% 0.22% -
XYZ 2.39 1.25 3.73 -
YUV 26.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 56 6 55 0 0.89 0.02 0.78 301.2 0.81 0.12
Hex 38 6 37 0 59 2 4E 12D 51 C
Octal 70 6 67 0 131 2 116 455 121 14
Binary 111000 110 110111 0 1011001 10 1001110 100101101 1010001 1100

Color Harmonies of #380637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380637

Black with #380637

Text Example


Text Example

White with #380637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380637; }

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

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

background-color css

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

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

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

border-color css

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

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

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