Html Css Color HEX #480D19 Bordeaux

📋 copy color: '#480D19'

red 72 ◦ green 13 ◦ blue 25

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

Shades of Bordeaux #480D19

Tints of Bordeaux #480D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.82%

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

R = 65.45%
G = 11.82%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#480D19 (or 0x480D19) is known color: Bordeaux. HEX triplet: 48, 0D and 19. RGB value is (72,13,25). Sum of RGB (Red+Green+Blue) = 72+13+25=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #480D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480D19 is #B7F2E6. Grayscale: #202020. Windows color (decimal): -12055271 or 1641800. OLE color: 1641800.

HSL color Cylindrical-coordinate representation of color #480D19: hue angle of 347.8º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #480D19 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 13 25 -
CMYK 0 0.82 0.65 0.72
HSL 347.8º 0.69% 0.17% -
HSV(B) 347.8º 0.82% 0.28% -
XYZ 2.99 1.74 1.1 -
YUV 32.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 72 13 25 0 0.82 0.65 0.72 347.8 0.69 0.17
Hex 48 D 19 0 52 41 48 15C 45 11
Octal 110 15 31 0 122 101 110 534 105 21
Binary 1001000 1101 11001 0 1010010 1000001 1001000 101011100 1000101 10001

Color Harmonies of #480D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480D19

Black with #480D19

Text Example


Text Example

White with #480D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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