Html Css Color HEX #250621 Mardi Gras

📋 copy color: '#250621'

red 37 ◦ green 6 ◦ blue 33

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

Shades of Mardi Gras #250621

Tints of Mardi Gras #250621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.89%

 BLUE value IS 33 (13.28% from 255) = 43.42%

R = 48.68%
G = 7.89%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#250621 (or 0x250621) is known color: Mardi Gras. HEX triplet: 25, 06 and 21. RGB value is (37,6,33). Sum of RGB (Red+Green+Blue) = 37+6+33=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #250621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250621 is #DAF9DE. Grayscale: #121212. Windows color (decimal): -14350815 or 2164261. OLE color: 2164261.

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

Color convert

RGB 37 6 33 -
CMYK 0 0.84 0.11 0.85
HSL 307.74º 0.72% 0.08% -
HSV(B) 307.74º 0.84% 0.15% -
XYZ 1.1 0.63 1.5 -
YUV 18.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 37 6 33 0 0.84 0.11 0.85 307.74 0.72 0.08
Hex 25 6 21 0 54 B 55 134 48 8
Octal 45 6 41 0 124 13 125 464 110 10
Binary 100101 110 100001 0 1010100 1011 1010101 100110100 1001000 1000

Color Harmonies of #250621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250621

Black with #250621

Text Example


Text Example

White with #250621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250621; }

 p { color: rgb(37,6,33); }

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

background-color css

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

 a { background-color: rgb(37,6,33); }

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

border-color css

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

 span { border-color: rgb(37,6,33); }

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