Html Css Color HEX #481742 Mardi Gras

📋 copy color: '#481742'

red 72 ◦ green 23 ◦ blue 66

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

Shades of Mardi Gras #481742

Tints of Mardi Gras #481742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.29%

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

R = 44.72%
G = 14.29%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#481742 (or 0x481742) is known color: Mardi Gras. HEX triplet: 48, 17 and 42. RGB value is (72,23,66). Sum of RGB (Red+Green+Blue) = 72+23+66=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #481742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481742 is #B7E8BD. Grayscale: #2A2A2A. Windows color (decimal): -12052670 or 4331336. OLE color: 4331336.

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

Color convert

RGB 72 23 66 -
CMYK 0 0.68 0.08 0.72
HSL 307.35º 0.52% 0.19% -
HSV(B) 307.35º 0.68% 0.28% -
XYZ 3.96 2.38 5.41 -
YUV 42.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 72 23 66 0 0.68 0.08 0.72 307.35 0.52 0.19
Hex 48 17 42 0 44 8 48 133 34 13
Octal 110 27 102 0 104 10 110 463 64 23
Binary 1001000 10111 1000010 0 1000100 1000 1001000 100110011 110100 10011

Color Harmonies of #481742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481742

Black with #481742

Text Example


Text Example

White with #481742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481742; }

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

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

background-color css

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

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

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

border-color css

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

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

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