#481223

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

Shades of Bordeaux #481223

Tints of Bordeaux #481223

Color information

#481223 (or 0x481223) is unknown color: approx Bordeaux. HEX triplet: 48, 12 and 23. RGB value is (72,18,35). Sum of RGB (Red+Green+Blue) = 72+18+35=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #481223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481223 is #B7EDDC. Grayscale: #242424. Windows color (decimal): -12053981 or 2298440. OLE color: 2298440.

HSL color Cylindrical-coordinate representation of color #481223: hue angle of 341.11º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481223 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB721835-
CMYK00.750.510.72
HSL341.11º60%17.65%-
HSV(B)341.11º75%28.24%-
XYZ3.191.931.79-
YUV36.08127.39153.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 35 (14.06% from 255) = 28%
R=57.6%
G=14.4%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72183500.750.510.72341.116017.65
Hex48122304B33481553c12
Octal11022430113631105257422
Binary10010001001010001101001011110011100100010101010111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481223; }

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

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

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

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

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

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

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

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