#4B1822

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

Shades of Bordeaux #4B1822

Tints of Bordeaux #4B1822

Color information

#4B1822 (or 0x4B1822) is unknown color: approx Bordeaux. HEX triplet: 4B, 18 and 22. RGB value is (75,24,34). Sum of RGB (Red+Green+Blue) = 75+24+34=133 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.39% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1822 is #B4E7DD. Grayscale: #282828. Windows color (decimal): -11855838 or 2234443. OLE color: 2234443.

HSL color Cylindrical-coordinate representation of color #4B1822: hue angle of 348.24º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B1822 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB752434-
CMYK00.680.550.71
HSL348.24º51.52%19.41%-
HSV(B)348.24º68%29.41%-
XYZ3.522.261.77-
YUV40.39124.4152.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 56.39%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 34 (13.67% from 255) = 25.56%
R=56.39%
G=18.05%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75243400.680.550.71348.2451.5219.41
Hex4B1822044374715c3413
Octal11330420104671075346423
Binary10010111100010001001000100110111100011110101110011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B1822; }

 p { color: rgb(75,24,34); }

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

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

 a { background-color: rgb(75,24,34); }

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

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

 span { border-color: rgb(75,24,34); }

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