Html Css Color HEX #271127 Mardi Gras

📋 copy color: '#271127'

red 39 ◦ green 17 ◦ blue 39

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

Shades of Mardi Gras #271127

Tints of Mardi Gras #271127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 41.05%

R = 41.05%
G = 17.89%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#271127 (or 0x271127) is known color: Mardi Gras. HEX triplet: 27, 11 and 27. RGB value is (39,17,39). Sum of RGB (Red+Green+Blue) = 39+17+39=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 39 - color contains mainly: red, blue. Hex color #271127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271127 is #D8EED8. Grayscale: #1A1A1A. Windows color (decimal): -14216921 or 2560295. OLE color: 2560295.

HSL color Cylindrical-coordinate representation of color #271127: hue angle of 300º 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 #271127 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 17 39 -
CMYK 0 0.56 0 0.85
HSL 300º 0.39% 0.11% -
HSV(B) 300º 0.56% 0.15% -
XYZ 1.4 0.98 2.03 -
YUV 26.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 39 17 39 0 0.56 0 0.85 300 0.39 0.11
Hex 27 11 27 0 38 0 55 12C 27 B
Octal 47 21 47 0 70 0 125 454 47 13
Binary 100111 10001 100111 0 111000 0 1010101 100101100 100111 1011

Color Harmonies of #271127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271127

Black with #271127

Text Example


Text Example

White with #271127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271127; }

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

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

background-color css

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

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

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

border-color css

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

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

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