Html Css Color HEX #480920 Bordeaux

📋 copy color: '#480920'

red 72 ◦ green 9 ◦ blue 32

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

Shades of Bordeaux #480920

Tints of Bordeaux #480920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.96%

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

R = 63.72%
G = 7.96%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#480920 (or 0x480920) is known color: Bordeaux. HEX triplet: 48, 09 and 20. RGB value is (72,9,32). Sum of RGB (Red+Green+Blue) = 72+9+32=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #480920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480920 is #B7F6DF. Grayscale: #1E1E1E. Windows color (decimal): -12056288 or 2099528. OLE color: 2099528.

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

Color convert

RGB 72 9 32 -
CMYK 0 0.88 0.56 0.72
HSL 338.1º 0.78% 0.16% -
HSV(B) 338.1º 0.88% 0.28% -
XYZ 3.03 1.68 1.53 -
YUV 30.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 72 9 32 0 0.88 0.56 0.72 338.1 0.78 0.16
Hex 48 9 20 0 58 38 48 152 4E 10
Octal 110 11 40 0 130 70 110 522 116 20
Binary 1001000 1001 100000 0 1011000 111000 1001000 101010010 1001110 10000

Color Harmonies of #480920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480920

Black with #480920

Text Example


Text Example

White with #480920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480920; }

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

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

background-color css

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

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

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

border-color css

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

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

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