Html Css Color HEX #270420 Mardi Gras

📋 copy color: '#270420'

red 39 ◦ green 4 ◦ blue 32

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

Shades of Mardi Gras #270420

Tints of Mardi Gras #270420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.33%

 BLUE value IS 32 (12.89% from 255) = 42.67%

R = 52%
G = 5.33%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#270420 (or 0x270420) is known color: Mardi Gras. HEX triplet: 27, 04 and 20. RGB value is (39,4,32). Sum of RGB (Red+Green+Blue) = 39+4+32=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #270420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270420 is #D8FBDF. Grayscale: #111111. Windows color (decimal): -14220256 or 2098215. OLE color: 2098215.

HSL color Cylindrical-coordinate representation of color #270420: hue angle of 312º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #270420 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 4 32 -
CMYK 0 0.90 0.18 0.85
HSL 312º 0.81% 0.08% -
HSV(B) 312º 0.9% 0.15% -
XYZ 1.14 0.62 1.43 -
YUV 17.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 39 4 32 0 0.90 0.18 0.85 312 0.81 0.08
Hex 27 4 20 0 5A 12 55 138 51 8
Octal 47 4 40 0 132 22 125 470 121 10
Binary 100111 100 100000 0 1011010 10010 1010101 100111000 1010001 1000

Color Harmonies of #270420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270420

Black with #270420

Text Example


Text Example

White with #270420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270420; }

 p { color: rgb(39,4,32); }

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

background-color css

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

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

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

border-color css

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

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

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