Html Css Color HEX #21061C Mardi Gras

📋 copy color: '#21061C'

red 33 ◦ green 6 ◦ blue 28

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

Shades of Mardi Gras #21061C

Tints of Mardi Gras #21061C

RGB

 RED value IS 33 (13.28% from 255) = 49.25%

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

 BLUE value IS 28 (11.33% from 255) = 41.79%

R = 49.25%
G = 8.96%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#21061C (or 0x21061C) is known color: Mardi Gras. HEX triplet: 21, 06 and 1C. RGB value is (33,6,28). Sum of RGB (Red+Green+Blue) = 33+6+28=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 6 (2.73% from 255 or 8.96% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #21061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21061C is #DEF9E3. Grayscale: #101010. Windows color (decimal): -14612964 or 1836577. OLE color: 1836577.

HSL color Cylindrical-coordinate representation of color #21061C: hue angle of 311.11º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21061C is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 6 28 -
CMYK 0 0.82 0.15 0.87
HSL 311.11º 0.69% 0.08% -
HSV(B) 311.11º 0.82% 0.13% -
XYZ 0.9 0.54 1.15 -
YUV 16.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 33 6 28 0 0.82 0.15 0.87 311.11 0.69 0.08
Hex 21 6 1C 0 52 F 57 137 45 8
Octal 41 6 34 0 122 17 127 467 105 10
Binary 100001 110 11100 0 1010010 1111 1010111 100110111 1000101 1000

Color Harmonies of #21061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21061C

Black with #21061C

Text Example


Text Example

White with #21061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21061C; }

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

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

background-color css

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

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

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

border-color css

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

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

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