#48222B

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

Shades of Bordeaux #48222B

Tints of Bordeaux #48222B

Color information

#48222B (or 0x48222B) is unknown color: approx Bordeaux. HEX triplet: 48, 22 and 2B. RGB value is (72,34,43). Sum of RGB (Red+Green+Blue) = 72+34+43=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48222B is #B7DDD4. Grayscale: #2E2E2E. Windows color (decimal): -12049877 or 2826824. OLE color: 2826824.

HSL color Cylindrical-coordinate representation of color #48222B: hue angle of 345.79º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48222B is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB723443-
CMYK00.530.400.72
HSL345.79º35.85%20.78%-
HSV(B)345.79º52.78%28.24%-
XYZ3.682.72.61-
YUV46.39126.09146.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 34 (13.67% from 255) = 22.82%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=48.32%
G=22.82%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72344300.530.400.72345.7935.8520.78
Hex48222B035284815a2415
Octal1104253065501105324425
Binary10010001000101010110110101101000100100010101101010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48222B; }

 p { color: rgb(72,34,43); }

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

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

 a { background-color: rgb(72,34,43); }

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

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

 span { border-color: rgb(72,34,43); }

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