Html Css Color HEX #481221 Bordeaux

📋 copy color: '#481221'

red 72 ◦ green 18 ◦ blue 33

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

Shades of Bordeaux #481221

Tints of Bordeaux #481221

RGB

 RED value IS 72 (28.52% from 255) = 58.54%

 GREEN value IS 18 (7.42% from 255) = 14.63%

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

R = 58.54%
G = 14.63%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#481221 (or 0x481221) is known color: Bordeaux. HEX triplet: 48, 12 and 21. RGB value is (72,18,33). Sum of RGB (Red+Green+Blue) = 72+18+33=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #481221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481221 is #B7EDDE. Grayscale: #232323. Windows color (decimal): -12053983 or 2167368. OLE color: 2167368.

HSL color Cylindrical-coordinate representation of color #481221: hue angle of 343.33º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481221 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 18 33 -
CMYK 0 0.75 0.54 0.72
HSL 343.33º 0.6% 0.18% -
HSV(B) 343.33º 0.75% 0.28% -
XYZ 3.16 1.92 1.64 -
YUV 35.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 72 18 33 0 0.75 0.54 0.72 343.33 0.6 0.18
Hex 48 12 21 0 4B 36 48 157 3C 12
Octal 110 22 41 0 113 66 110 527 74 22
Binary 1001000 10010 100001 0 1001011 110110 1001000 101010111 111100 10010

Color Harmonies of #481221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481221

Black with #481221

Text Example


Text Example

White with #481221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481221; }

 p { color: rgb(72,18,33); }

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

background-color css

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

 a { background-color: rgb(72,18,33); }

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

border-color css

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

 span { border-color: rgb(72,18,33); }

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