Html Css Color HEX #480716 Bordeaux

📋 copy color: '#480716'

red 72 ◦ green 7 ◦ blue 22

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

Shades of Bordeaux #480716

Tints of Bordeaux #480716

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.93%

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

R = 71.29%
G = 6.93%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#480716 (or 0x480716) is known color: Bordeaux. HEX triplet: 48, 07 and 16. RGB value is (72,7,22). Sum of RGB (Red+Green+Blue) = 72+7+22=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #480716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480716 is #B7F8E9. Grayscale: #1C1C1C. Windows color (decimal): -12056810 or 1443656. OLE color: 1443656.

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

Color convert

RGB 72 7 22 -
CMYK 0 0.90 0.69 0.72
HSL 346.15º 0.82% 0.15% -
HSV(B) 346.15º 0.9% 0.28% -
XYZ 2.89 1.59 0.91 -
YUV 28.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 72 7 22 0 0.90 0.69 0.72 346.15 0.82 0.15
Hex 48 7 16 0 5A 45 48 15A 52 F
Octal 110 7 26 0 132 105 110 532 122 17
Binary 1001000 111 10110 0 1011010 1000101 1001000 101011010 1010010 1111

Color Harmonies of #480716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480716

Black with #480716

Text Example


Text Example

White with #480716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480716; }

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

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

background-color css

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

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

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

border-color css

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

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

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