Html Css Color HEX #481321 Bordeaux

📋 copy color: '#481321'

red 72 ◦ green 19 ◦ blue 33

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

Shades of Bordeaux #481321

Tints of Bordeaux #481321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.32%

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

R = 58.06%
G = 15.32%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#481321 (or 0x481321) is known color: Bordeaux. HEX triplet: 48, 13 and 21. RGB value is (72,19,33). Sum of RGB (Red+Green+Blue) = 72+19+33=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #481321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481321 is #B7ECDE. Grayscale: #242424. Windows color (decimal): -12053727 or 2167624. OLE color: 2167624.

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

Color convert

RGB 72 19 33 -
CMYK 0 0.74 0.54 0.72
HSL 344.15º 0.58% 0.18% -
HSV(B) 344.15º 0.74% 0.28% -
XYZ 3.18 1.95 1.65 -
YUV 36.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 72 19 33 0 0.74 0.54 0.72 344.15 0.58 0.18
Hex 48 13 21 0 4A 36 48 158 3A 12
Octal 110 23 41 0 112 66 110 530 72 22
Binary 1001000 10011 100001 0 1001010 110110 1001000 101011000 111010 10010

Color Harmonies of #481321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481321

Black with #481321

Text Example


Text Example

White with #481321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481321; }

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

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

background-color css

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

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

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

border-color css

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

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

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