Html Css Color HEX #480316 Bordeaux

📋 copy color: '#480316'

red 72 ◦ green 3 ◦ blue 22

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

Shades of Bordeaux #480316

Tints of Bordeaux #480316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.09%

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

R = 74.23%
G = 3.09%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#480316 (or 0x480316) is known color: Bordeaux. HEX triplet: 48, 03 and 16. RGB value is (72,3,22). Sum of RGB (Red+Green+Blue) = 72+3+22=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #480316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480316 is #B7FCE9. Grayscale: #191919. Windows color (decimal): -12057834 or 1442632. OLE color: 1442632.

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

Color convert

RGB 72 3 22 -
CMYK 0 0.96 0.69 0.72
HSL 343.48º 0.92% 0.15% -
HSV(B) 343.48º 0.96% 0.28% -
XYZ 2.85 1.5 0.9 -
YUV 25.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 72 3 22 0 0.96 0.69 0.72 343.48 0.92 0.15
Hex 48 3 16 0 60 45 48 157 5C F
Octal 110 3 26 0 140 105 110 527 134 17
Binary 1001000 11 10110 0 1100000 1000101 1001000 101010111 1011100 1111

Color Harmonies of #480316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480316

Black with #480316

Text Example


Text Example

White with #480316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480316; }

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

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

background-color css

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

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

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

border-color css

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

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

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