Html Css Color HEX #481320 Bordeaux

📋 copy color: '#481320'

red 72 ◦ green 19 ◦ blue 32

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

Shades of Bordeaux #481320

Tints of Bordeaux #481320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 26.02%

R = 58.54%
G = 15.45%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#481320 (or 0x481320) is known color: Bordeaux. HEX triplet: 48, 13 and 20. RGB value is (72,19,32). Sum of RGB (Red+Green+Blue) = 72+19+32=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #481320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481320 is #B7ECDF. Grayscale: #242424. Windows color (decimal): -12053728 or 2102088. OLE color: 2102088.

HSL color Cylindrical-coordinate representation of color #481320: hue angle of 345.28º 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 #481320 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 19 32 -
CMYK 0 0.74 0.56 0.72
HSL 345.28º 0.58% 0.18% -
HSV(B) 345.28º 0.74% 0.28% -
XYZ 3.17 1.95 1.58 -
YUV 36.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 72 19 32 0 0.74 0.56 0.72 345.28 0.58 0.18
Hex 48 13 20 0 4A 38 48 159 3A 12
Octal 110 23 40 0 112 70 110 531 72 22
Binary 1001000 10011 100000 0 1001010 111000 1001000 101011001 111010 10010

Color Harmonies of #481320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481320

Black with #481320

Text Example


Text Example

White with #481320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481320; }

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

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

background-color css

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

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

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

border-color css

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

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

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