Html Css Color HEX #47083E Mardi Gras

📋 copy color: '#47083E'

red 71 ◦ green 8 ◦ blue 62

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

Shades of Mardi Gras #47083E

Tints of Mardi Gras #47083E

RGB

 RED value IS 71 (28.13% from 255) = 50.35%

 GREEN value IS 8 (3.52% from 255) = 5.67%

 BLUE value IS 62 (24.61% from 255) = 43.97%

R = 50.35%
G = 5.67%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#47083E (or 0x47083E) is known color: Mardi Gras. HEX triplet: 47, 08 and 3E. RGB value is (71,8,62). Sum of RGB (Red+Green+Blue) = 71+8+62=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #47083E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47083E is #B8F7C1. Grayscale: #202020. Windows color (decimal): -12122050 or 4065351. OLE color: 4065351.

HSL color Cylindrical-coordinate representation of color #47083E: hue angle of 308.57º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47083E is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 8 62 -
CMYK 0 0.89 0.13 0.72
HSL 308.57º 0.8% 0.15% -
HSV(B) 308.57º 0.89% 0.28% -
XYZ 3.55 1.86 4.73 -
YUV 32.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 71 8 62 0 0.89 0.13 0.72 308.57 0.8 0.15
Hex 47 8 3E 0 59 D 48 135 50 F
Octal 107 10 76 0 131 15 110 465 120 17
Binary 1000111 1000 111110 0 1011001 1101 1001000 100110101 1010000 1111

Color Harmonies of #47083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47083E

Black with #47083E

Text Example


Text Example

White with #47083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47083E; }

 p { color: rgb(71,8,62); }

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

background-color css

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

 a { background-color: rgb(71,8,62); }

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

border-color css

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

 span { border-color: rgb(71,8,62); }

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