Html Css Color HEX #480119 Bordeaux

📋 copy color: '#480119'

red 72 ◦ green 1 ◦ blue 25

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

Shades of Bordeaux #480119

Tints of Bordeaux #480119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.02%

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

R = 73.47%
G = 1.02%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#480119 (or 0x480119) is known color: Bordeaux. HEX triplet: 48, 01 and 19. RGB value is (72,1,25). Sum of RGB (Red+Green+Blue) = 72+1+25=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #480119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480119 is #B7FEE6. Grayscale: #181818. Windows color (decimal): -12058343 or 1638728. OLE color: 1638728.

HSL color Cylindrical-coordinate representation of color #480119: hue angle of 339.72º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480119 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 1 25 -
CMYK 0 0.99 0.65 0.72
HSL 339.72º 0.97% 0.14% -
HSV(B) 339.72º 0.99% 0.28% -
XYZ 2.86 1.47 1.05 -
YUV 24.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 72 1 25 0 0.99 0.65 0.72 339.72 0.97 0.14
Hex 48 1 19 0 63 41 48 154 61 E
Octal 110 1 31 0 143 101 110 524 141 16
Binary 1001000 1 11001 0 1100011 1000001 1001000 101010100 1100001 1110

Color Harmonies of #480119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480119

Black with #480119

Text Example


Text Example

White with #480119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480119; }

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

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

background-color css

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

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

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

border-color css

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

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

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