#480317

Color #480317 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #480317

Tints of Bordeaux #480317

Color information

#480317 (or 0x480317) is unknown color: approx Bordeaux. HEX triplet: 48, 03 and 17. RGB value is (72,3,23). Sum of RGB (Red+Green+Blue) = 72+3+23=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #480317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480317 is #B7FCE8. Grayscale: #191919. Windows color (decimal): -12057833 or 1508168. OLE color: 1508168.

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

Color convert

RGB72323-
CMYK00.960.680.72
HSL342.61º92%14.71%-
HSV(B)342.61º95.83%28.24%-
XYZ2.861.50.95-
YUV25.91126.36160.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 73.47%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 23 (9.38% from 255) = 23.47%
R=73.47%
G=3.06%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7232300.960.680.72342.619214.71
Hex4831706044481575cf
Octal110327014010411052713417
Binary10010001110111011000001000100100100010101011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480317; }

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

 H1.HeaderClassName
 {
   color: #480317;
 }
 .AnyTagClassName
 {
   color: #480317;
 }
</style>
background-color css

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

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

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

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

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

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