Html Css Color HEX #250523 Mardi Gras

📋 copy color: '#250523'

red 37 ◦ green 5 ◦ blue 35

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

Shades of Mardi Gras #250523

Tints of Mardi Gras #250523

RGB

 RED value IS 37 (14.84% from 255) = 48.05%

 GREEN value IS 5 (2.34% from 255) = 6.49%

 BLUE value IS 35 (14.06% from 255) = 45.45%

R = 48.05%
G = 6.49%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#250523 (or 0x250523) is known color: Mardi Gras. HEX triplet: 25, 05 and 23. RGB value is (37,5,35). Sum of RGB (Red+Green+Blue) = 37+5+35=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 35 (14.06% from 255 or 45.45% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #250523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250523 is #DAFADC. Grayscale: #111111. Windows color (decimal): -14351069 or 2295077. OLE color: 2295077.

HSL color Cylindrical-coordinate representation of color #250523: hue angle of 303.75º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250523 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 5 35 -
CMYK 0 0.86 0.05 0.85
HSL 303.75º 0.76% 0.08% -
HSV(B) 303.75º 0.86% 0.15% -
XYZ 1.12 0.62 1.65 -
YUV 17.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 37 5 35 0 0.86 0.05 0.85 303.75 0.76 0.08
Hex 25 5 23 0 56 5 55 130 4C 8
Octal 45 5 43 0 126 5 125 460 114 10
Binary 100101 101 100011 0 1010110 101 1010101 100110000 1001100 1000

Color Harmonies of #250523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250523

Black with #250523

Text Example


Text Example

White with #250523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250523; }

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

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

background-color css

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

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

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

border-color css

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

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

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