Html Css Color HEX #480014 Bordeaux

📋 copy color: '#480014'

red 72 ◦ green 0 ◦ blue 20

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

Shades of Bordeaux #480014

Tints of Bordeaux #480014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 21.74%

R = 78.26%
G = 0%
B = 21.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#480014 (or 0x480014) is known color: Bordeaux. HEX triplet: 48, 00 and 14. RGB value is (72,0,20). Sum of RGB (Red+Green+Blue) = 72+0+20=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #480014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480014 is #B7FFEB. Grayscale: #171717. Windows color (decimal): -12058604 or 1310792. OLE color: 1310792.

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

Color convert

RGB 72 0 20 -
CMYK 0 1 0.72 0.72
HSL 343.33º 1% 0.14% -
HSV(B) 343.33º 1% 0.28% -
XYZ 2.8 1.43 0.79 -
YUV 23.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 72 0 20 0 1 0.72 0.72 343.33 1 0.14
Hex 48 0 14 0 64 48 48 157 64 E
Octal 110 0 24 0 144 110 110 527 144 16
Binary 1001000 0 10100 0 1100100 1001000 1001000 101010111 1100100 1110

Color Harmonies of #480014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480014

Black with #480014

Text Example


Text Example

White with #480014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480014; }

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

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

background-color css

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

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

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

border-color css

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

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

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