#48222A

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

Shades of Bordeaux #48222A

Tints of Bordeaux #48222A

Color information

#48222A (or 0x48222A) is unknown color: approx Bordeaux. HEX triplet: 48, 22 and 2A. RGB value is (72,34,42). Sum of RGB (Red+Green+Blue) = 72+34+42=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #48222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48222A is #B7DDD5. Grayscale: #2E2E2E. Windows color (decimal): -12049878 or 2761288. OLE color: 2761288.

HSL color Cylindrical-coordinate representation of color #48222A: hue angle of 347.37º 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 #48222A is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB723442-
CMYK00.530.420.72
HSL347.37º35.85%20.78%-
HSV(B)347.37º52.78%28.24%-
XYZ3.662.692.52-
YUV46.27125.59146.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=48.65%
G=22.97%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72344200.530.420.72347.3735.8520.78
Hex48222A0352A4815b2415
Octal1104252065521105334425
Binary10010001000101010100110101101010100100010101101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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