Html Css Color HEX #230521 Mardi Gras

📋 copy color: '#230521'

red 35 ◦ green 5 ◦ blue 33

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

Shades of Mardi Gras #230521

Tints of Mardi Gras #230521

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 value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#230521 (or 0x230521) is known color: 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

RGB 35 5 33 -
CMYK 0 0.86 0.06 0.86
HSL 304º 0.75% 0.08% -
HSV(B) 304º 0.86% 0.14% -
XYZ 1.02 0.58 1.5 -
YUV 17.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 35 5 33 0 0.86 0.06 0.86 304 0.75 0.08
Hex 23 5 21 0 56 6 56 130 4B 8
Octal 43 5 41 0 126 6 126 460 113 10
Binary 100011 101 100001 0 1010110 110 1010110 100110000 1001011 1000

Color Harmonies of #230521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230521

Black with #230521

Text Example


Text Example

White with #230521

Text Example


Text Example

HTML Codes & Css Web 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>