Html Css Color HEX #480842 Mardi Gras

📋 copy color: '#480842'

red 72 ◦ green 8 ◦ blue 66

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

Shades of Mardi Gras #480842

Tints of Mardi Gras #480842

RGB

 RED value IS 72 (28.52% from 255) = 49.32%

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

 BLUE value IS 66 (26.17% from 255) = 45.21%

R = 49.32%
G = 5.48%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#480842 (or 0x480842) is known color: Mardi Gras. HEX triplet: 48, 08 and 42. RGB value is (72,8,66). Sum of RGB (Red+Green+Blue) = 72+8+66=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #480842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480842 is #B7F7BD. Grayscale: #212121. Windows color (decimal): -12056510 or 4327496. OLE color: 4327496.

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

Color convert

RGB 72 8 66 -
CMYK 0 0.89 0.08 0.72
HSL 305.63º 0.8% 0.16% -
HSV(B) 305.63º 0.89% 0.28% -
XYZ 3.74 1.94 5.33 -
YUV 33.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 72 8 66 0 0.89 0.08 0.72 305.63 0.8 0.16
Hex 48 8 42 0 59 8 48 132 50 10
Octal 110 10 102 0 131 10 110 462 120 20
Binary 1001000 1000 1000010 0 1011001 1000 1001000 100110010 1010000 10000

Color Harmonies of #480842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480842

Black with #480842

Text Example


Text Example

White with #480842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480842; }

 p { color: rgb(72,8,66); }

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

background-color css

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

 a { background-color: rgb(72,8,66); }

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

border-color css

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

 span { border-color: rgb(72,8,66); }

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