#230521

Color #230521 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #230521

Tints of Mardi Gras #230521

Color information

#230521 (or 0x230521) is unknown color: approx Mardi Gras. HEX triplet: 23, 05 and 21. RGB value is (35,5,33). Sum of RGB (Red+Green+Blue) = 35+5+33=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #230521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230521 is #DCFADE. Grayscale: #111111. Windows color (decimal): -14482143 or 2164003. OLE color: 2164003.

HSL color Cylindrical-coordinate representation of color #230521: hue angle of 304º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #230521 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB35533-
CMYK00.860.060.86
HSL304º75%7.84%-
HSV(B)304º85.71%13.73%-
XYZ1.020.581.5-
YUV17.16136.94140.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.95%
GREEN value IS 5 (2.34% from 255) = 6.85%
BLUE value IS 33 (13.28% from 255) = 45.21%
R=47.95%
G=6.85%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3553300.860.060.86304757.84
Hex235210566561304b8
Octal435410126612646011310
Binary10001110110000101010110110101011010011000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230521; }

 p { color: rgb(35,5,33); }

 H1.HeaderClassName
 {
   color: #230521;
 }
 .AnyTagClassName
 {
   color: #230521;
 }
</style>
background-color css

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

 a { background-color: rgb(35,5,33); }

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

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

 span { border-color: rgb(35,5,33); }

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