Html Css Color HEX #480C20 Bordeaux

📋 copy color: '#480C20'

red 72 ◦ green 12 ◦ blue 32

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

Shades of Bordeaux #480C20

Tints of Bordeaux #480C20

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.34%

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

R = 62.07%
G = 10.34%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#480C20 (or 0x480C20) is known color: Bordeaux. HEX triplet: 48, 0C and 20. RGB value is (72,12,32). Sum of RGB (Red+Green+Blue) = 72+12+32=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #480C20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480C20 is #B7F3DF. Grayscale: #202020. Windows color (decimal): -12055520 or 2100296. OLE color: 2100296.

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

Color convert

RGB 72 12 32 -
CMYK 0 0.83 0.56 0.72
HSL 340º 0.71% 0.16% -
HSV(B) 340º 0.83% 0.28% -
XYZ 3.06 1.74 1.54 -
YUV 32.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 72 12 32 0 0.83 0.56 0.72 340 0.71 0.16
Hex 48 C 20 0 53 38 48 154 47 10
Octal 110 14 40 0 123 70 110 524 107 20
Binary 1001000 1100 100000 0 1010011 111000 1001000 101010100 1000111 10000

Color Harmonies of #480C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480C20

Black with #480C20

Text Example


Text Example

White with #480C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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