#480F23

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

Shades of Bordeaux #480F23

Tints of Bordeaux #480F23

Color information

#480F23 (or 0x480F23) is unknown color: approx Bordeaux. HEX triplet: 48, 0F and 23. RGB value is (72,15,35). Sum of RGB (Red+Green+Blue) = 72+15+35=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #480F23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F23 is #B7F0DC. Grayscale: #222222. Windows color (decimal): -12054749 or 2297672. OLE color: 2297672.

HSL color Cylindrical-coordinate representation of color #480F23: hue angle of 338.95º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #480F23 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB721535-
CMYK00.790.510.72
HSL338.95º65.52%17.06%-
HSV(B)338.95º79.17%28.24%-
XYZ3.151.841.78-
YUV34.32128.38154.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.02%
GREEN value IS 15 (6.25% from 255) = 12.30%
BLUE value IS 35 (14.06% from 255) = 28.69%
R=59.02%
G=12.30%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72153500.790.510.72338.9565.5217.06
Hex48F2304F33481534211
Octal110174301176311052310221
Binary10010001111100011010011111100111001000101010011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480F23; }

 p { color: rgb(72,15,35); }

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

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

 a { background-color: rgb(72,15,35); }

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

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

 span { border-color: rgb(72,15,35); }

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