Html Css Color HEX #480019 Bordeaux

📋 copy color: '#480019'

red 72 ◦ green 0 ◦ blue 25

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

Shades of Bordeaux #480019

Tints of Bordeaux #480019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.23%
G = 0%
B = 25.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#480019 (or 0x480019) is known color: Bordeaux. HEX triplet: 48, 00 and 19. RGB value is (72,0,25). Sum of RGB (Red+Green+Blue) = 72+0+25=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #480019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480019 is #B7FFE6. Grayscale: #181818. Windows color (decimal): -12058599 or 1638472. OLE color: 1638472.

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

Color convert

RGB 72 0 25 -
CMYK 0 1 0.65 0.72
HSL 339.17º 1% 0.14% -
HSV(B) 339.17º 1% 0.28% -
XYZ 2.85 1.45 1.05 -
YUV 24.38 128.35 161.97 -
System Red Green Blue C M Y K H S L
Decimal 72 0 25 0 1 0.65 0.72 339.17 1 0.14
Hex 48 0 19 0 64 41 48 153 64 E
Octal 110 0 31 0 144 101 110 523 144 16
Binary 1001000 0 11001 0 1100100 1000001 1001000 101010011 1100100 1110

Color Harmonies of #480019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480019

Black with #480019

Text Example


Text Example

White with #480019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480019; }

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

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

background-color css

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

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

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

border-color css

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

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

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