Html Css Color HEX #271525 Mardi Gras

📋 copy color: '#271525'

red 39 ◦ green 21 ◦ blue 37

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

Shades of Mardi Gras #271525

Tints of Mardi Gras #271525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.65%

 BLUE value IS 37 (14.84% from 255) = 38.14%

R = 40.21%
G = 21.65%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#271525 (or 0x271525) is known color: Mardi Gras. HEX triplet: 27, 15 and 25. RGB value is (39,21,37). Sum of RGB (Red+Green+Blue) = 39+21+37=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 39 - color contains mainly: red. Hex color #271525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271525 is #D8EADA. Grayscale: #1C1C1C. Windows color (decimal): -14215899 or 2430247. OLE color: 2430247.

HSL color Cylindrical-coordinate representation of color #271525: hue angle of 306.67º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #271525 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 21 37 -
CMYK 0 0.46 0.05 0.85
HSL 306.67º 0.3% 0.12% -
HSV(B) 306.67º 0.46% 0.15% -
XYZ 1.44 1.1 1.89 -
YUV 28.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 39 21 37 0 0.46 0.05 0.85 306.67 0.3 0.12
Hex 27 15 25 0 2E 5 55 133 1E C
Octal 47 25 45 0 56 5 125 463 36 14
Binary 100111 10101 100101 0 101110 101 1010101 100110011 11110 1100

Color Harmonies of #271525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271525

Black with #271525

Text Example


Text Example

White with #271525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271525; }

 p { color: rgb(39,21,37); }

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

background-color css

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

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

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

border-color css

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

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

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