Html Css Color HEX #480B21 Bordeaux

📋 copy color: '#480B21'

red 72 ◦ green 11 ◦ blue 33

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

Shades of Bordeaux #480B21

Tints of Bordeaux #480B21

RGB

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

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

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

R = 62.07%
G = 9.48%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#480B21 (or 0x480B21) is known color: Bordeaux. HEX triplet: 48, 0B and 21. RGB value is (72,11,33). Sum of RGB (Red+Green+Blue) = 72+11+33=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #480B21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B21 is #B7F4DE. Grayscale: #1F1F1F. Windows color (decimal): -12055775 or 2165576. OLE color: 2165576.

HSL color Cylindrical-coordinate representation of color #480B21: hue angle of 338.36º 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 #480B21 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 11 33 -
CMYK 0 0.85 0.54 0.72
HSL 338.36º 0.73% 0.16% -
HSV(B) 338.36º 0.85% 0.28% -
XYZ 3.07 1.73 1.61 -
YUV 31.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 72 11 33 0 0.85 0.54 0.72 338.36 0.73 0.16
Hex 48 B 21 0 55 36 48 152 49 10
Octal 110 13 41 0 125 66 110 522 111 20
Binary 1001000 1011 100001 0 1010101 110110 1001000 101010010 1001001 10000

Color Harmonies of #480B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480B21

Black with #480B21

Text Example


Text Example

White with #480B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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