Html Css Color HEX #480B20 Bordeaux

📋 copy color: '#480B20'

red 72 ◦ green 11 ◦ blue 32

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

Shades of Bordeaux #480B20

Tints of Bordeaux #480B20

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.57%

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

R = 62.61%
G = 9.57%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#480B20 (or 0x480B20) is known color: Bordeaux. HEX triplet: 48, 0B and 20. RGB value is (72,11,32). Sum of RGB (Red+Green+Blue) = 72+11+32=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #480B20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B20 is #B7F4DF. Grayscale: #1F1F1F. Windows color (decimal): -12055776 or 2100040. OLE color: 2100040.

HSL color Cylindrical-coordinate representation of color #480B20: hue angle of 339.34º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #480B20 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 11 32 -
CMYK 0 0.85 0.56 0.72
HSL 339.34º 0.73% 0.16% -
HSV(B) 339.34º 0.85% 0.28% -
XYZ 3.05 1.72 1.54 -
YUV 31.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 72 11 32 0 0.85 0.56 0.72 339.34 0.73 0.16
Hex 48 B 20 0 55 38 48 153 49 10
Octal 110 13 40 0 125 70 110 523 111 20
Binary 1001000 1011 100000 0 1010101 111000 1001000 101010011 1001001 10000

Color Harmonies of #480B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480B20

Black with #480B20

Text Example


Text Example

White with #480B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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