Html Css Color HEX #480416 Bordeaux

📋 copy color: '#480416'

red 72 ◦ green 4 ◦ blue 22

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

Shades of Bordeaux #480416

Tints of Bordeaux #480416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.08%

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

R = 73.47%
G = 4.08%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#480416 (or 0x480416) is known color: Bordeaux. HEX triplet: 48, 04 and 16. RGB value is (72,4,22). Sum of RGB (Red+Green+Blue) = 72+4+22=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #480416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480416 is #B7FBE9. Grayscale: #1A1A1A. Windows color (decimal): -12057578 or 1442888. OLE color: 1442888.

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

Color convert

RGB 72 4 22 -
CMYK 0 0.94 0.69 0.72
HSL 344.12º 0.89% 0.15% -
HSV(B) 344.12º 0.94% 0.28% -
XYZ 2.86 1.52 0.9 -
YUV 26.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 72 4 22 0 0.94 0.69 0.72 344.12 0.89 0.15
Hex 48 4 16 0 5E 45 48 158 59 F
Octal 110 4 26 0 136 105 110 530 131 17
Binary 1001000 100 10110 0 1011110 1000101 1001000 101011000 1011001 1111

Color Harmonies of #480416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480416

Black with #480416

Text Example


Text Example

White with #480416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480416; }

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

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

background-color css

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

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

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

border-color css

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

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

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