Html Css Color HEX #271126 Mardi Gras

📋 copy color: '#271126'

red 39 ◦ green 17 ◦ blue 38

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

Shades of Mardi Gras #271126

Tints of Mardi Gras #271126

RGB

 RED value IS 39 (15.63% from 255) = 41.49%

 GREEN value IS 17 (7.03% from 255) = 18.09%

 BLUE value IS 38 (15.23% from 255) = 40.43%

R = 41.49%
G = 18.09%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#271126 (or 0x271126) is known color: Mardi Gras. HEX triplet: 27, 11 and 26. RGB value is (39,17,38). Sum of RGB (Red+Green+Blue) = 39+17+38=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #271126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271126 is #D8EED9. Grayscale: #191919. Windows color (decimal): -14216922 or 2494759. OLE color: 2494759.

HSL color Cylindrical-coordinate representation of color #271126: hue angle of 302.73º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #271126 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 17 38 -
CMYK 0 0.56 0.03 0.85
HSL 302.73º 0.39% 0.11% -
HSV(B) 302.73º 0.56% 0.15% -
XYZ 1.39 0.97 1.95 -
YUV 25.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 39 17 38 0 0.56 0.03 0.85 302.73 0.39 0.11
Hex 27 11 26 0 38 3 55 12F 27 B
Octal 47 21 46 0 70 3 125 457 47 13
Binary 100111 10001 100110 0 111000 11 1010101 100101111 100111 1011

Color Harmonies of #271126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271126

Black with #271126

Text Example


Text Example

White with #271126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271126; }

 p { color: rgb(39,17,38); }

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

background-color css

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

 a { background-color: rgb(39,17,38); }

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

border-color css

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

 span { border-color: rgb(39,17,38); }

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