Html Css Color HEX #480A20 Bordeaux

📋 copy color: '#480A20'

red 72 ◦ green 10 ◦ blue 32

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

Shades of Bordeaux #480A20

Tints of Bordeaux #480A20

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.77%

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

R = 63.16%
G = 8.77%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#480A20 (or 0x480A20) is known color: Bordeaux. HEX triplet: 48, 0A and 20. RGB value is (72,10,32). Sum of RGB (Red+Green+Blue) = 72+10+32=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #480A20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480A20 is #B7F5DF. Grayscale: #1F1F1F. Windows color (decimal): -12056032 or 2099784. OLE color: 2099784.

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

Color convert

RGB 72 10 32 -
CMYK 0 0.86 0.56 0.72
HSL 338.71º 0.76% 0.16% -
HSV(B) 338.71º 0.86% 0.28% -
XYZ 3.04 1.7 1.53 -
YUV 31.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 72 10 32 0 0.86 0.56 0.72 338.71 0.76 0.16
Hex 48 A 20 0 56 38 48 153 4C 10
Octal 110 12 40 0 126 70 110 523 114 20
Binary 1001000 1010 100000 0 1010110 111000 1001000 101010011 1001100 10000

Color Harmonies of #480A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A20

Black with #480A20

Text Example


Text Example

White with #480A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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