Html Css Color HEX #480016 Bordeaux

📋 copy color: '#480016'

red 72 ◦ green 0 ◦ blue 22

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

Shades of Bordeaux #480016

Tints of Bordeaux #480016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 23.4%

R = 76.6%
G = 0%
B = 23.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#480016 (or 0x480016) is known color: Bordeaux. HEX triplet: 48, 00 and 16. RGB value is (72,0,22). Sum of RGB (Red+Green+Blue) = 72+0+22=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #480016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480016 is #B7FFE9. Grayscale: #181818. Windows color (decimal): -12058602 or 1441864. OLE color: 1441864.

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

Color convert

RGB 72 0 22 -
CMYK 0 1 0.69 0.72
HSL 341.67º 1% 0.14% -
HSV(B) 341.67º 1% 0.28% -
XYZ 2.82 1.44 0.89 -
YUV 24.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 72 0 22 0 1 0.69 0.72 341.67 1 0.14
Hex 48 0 16 0 64 45 48 156 64 E
Octal 110 0 26 0 144 105 110 526 144 16
Binary 1001000 0 10110 0 1100100 1000101 1001000 101010110 1100100 1110

Color Harmonies of #480016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480016

Black with #480016

Text Example


Text Example

White with #480016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480016; }

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

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

background-color css

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

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

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

border-color css

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

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

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