Html Css Color HEX #480A19 Bordeaux

📋 copy color: '#480A19'

red 72 ◦ green 10 ◦ blue 25

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

Shades of Bordeaux #480A19

Tints of Bordeaux #480A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 23.36%

R = 67.29%
G = 9.35%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#480A19 (or 0x480A19) is known color: Bordeaux. HEX triplet: 48, 0A and 19. RGB value is (72,10,25). Sum of RGB (Red+Green+Blue) = 72+10+25=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #480A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A19 is #B7F5E6. Grayscale: #1E1E1E. Windows color (decimal): -12056039 or 1641032. OLE color: 1641032.

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

Color convert

RGB 72 10 25 -
CMYK 0 0.86 0.65 0.72
HSL 345.48º 0.76% 0.16% -
HSV(B) 345.48º 0.86% 0.28% -
XYZ 2.96 1.66 1.09 -
YUV 30.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 72 10 25 0 0.86 0.65 0.72 345.48 0.76 0.16
Hex 48 A 19 0 56 41 48 159 4C 10
Octal 110 12 31 0 126 101 110 531 114 20
Binary 1001000 1010 11001 0 1010110 1000001 1001000 101011001 1001100 10000

Color Harmonies of #480A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A19

Black with #480A19

Text Example


Text Example

White with #480A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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