Html Css Color HEX #271325 Mardi Gras

📋 copy color: '#271325'

red 39 ◦ green 19 ◦ blue 37

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

Shades of Mardi Gras #271325

Tints of Mardi Gras #271325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20%

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

R = 41.05%
G = 20%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#271325 (or 0x271325) is known color: Mardi Gras. HEX triplet: 27, 13 and 25. RGB value is (39,19,37). Sum of RGB (Red+Green+Blue) = 39+19+37=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 39 - color contains mainly: red. Hex color #271325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271325 is #D8ECDA. Grayscale: #1A1A1A. Windows color (decimal): -14216411 or 2429735. OLE color: 2429735.

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

Color convert

RGB 39 19 37 -
CMYK 0 0.51 0.05 0.85
HSL 306º 0.34% 0.11% -
HSV(B) 306º 0.51% 0.15% -
XYZ 1.4 1.03 1.88 -
YUV 27.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 39 19 37 0 0.51 0.05 0.85 306 0.34 0.11
Hex 27 13 25 0 33 5 55 132 22 B
Octal 47 23 45 0 63 5 125 462 42 13
Binary 100111 10011 100101 0 110011 101 1010101 100110010 100010 1011

Color Harmonies of #271325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271325

Black with #271325

Text Example


Text Example

White with #271325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271325; }

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

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

background-color css

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

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

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

border-color css

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

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

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