Html Css Color HEX #480517 Bordeaux

📋 copy color: '#480517'

red 72 ◦ green 5 ◦ blue 23

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

Shades of Bordeaux #480517

Tints of Bordeaux #480517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5%

 BLUE value IS 23 (9.38% from 255) = 23%

R = 72%
G = 5%
B = 23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#480517 (or 0x480517) is known color: Bordeaux. HEX triplet: 48, 05 and 17. RGB value is (72,5,23). Sum of RGB (Red+Green+Blue) = 72+5+23=100 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 72 - color contains mainly: red. Hex color #480517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480517 is #B7FAE8. Grayscale: #1B1B1B. Windows color (decimal): -12057321 or 1508680. OLE color: 1508680.

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

Color convert

RGB 72 5 23 -
CMYK 0 0.93 0.68 0.72
HSL 343.88º 0.87% 0.15% -
HSV(B) 343.88º 0.93% 0.28% -
XYZ 2.88 1.55 0.96 -
YUV 27.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 72 5 23 0 0.93 0.68 0.72 343.88 0.87 0.15
Hex 48 5 17 0 5D 44 48 158 57 F
Octal 110 5 27 0 135 104 110 530 127 17
Binary 1001000 101 10111 0 1011101 1000100 1001000 101011000 1010111 1111

Color Harmonies of #480517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480517

Black with #480517

Text Example


Text Example

White with #480517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480517; }

 p { color: rgb(72,5,23); }

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

background-color css

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

 a { background-color: rgb(72,5,23); }

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

border-color css

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

 span { border-color: rgb(72,5,23); }

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