#4B2336

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

Shades of Barossa #4B2336

Tints of Barossa #4B2336

Color information

#4B2336 (or 0x4B2336) is unknown color: approx Barossa. HEX triplet: 4B, 23 and 36. RGB value is (75,35,54). Sum of RGB (Red+Green+Blue) = 75+35+54=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2336 is #B4DCC9. Grayscale: #313131. Windows color (decimal): -11853002 or 3547979. OLE color: 3547979.

HSL color Cylindrical-coordinate representation of color #4B2336: hue angle of 331.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B2336 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.71.

Color convert

RGB753554-
CMYK00.530.280.71
HSL331.5º36.36%21.57%-
HSV(B)331.5º53.33%29.41%-
XYZ4.172.963.84-
YUV49.13130.75146.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.73%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 54 (21.48% from 255) = 32.93%
R=45.73%
G=21.34%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75355400.530.280.71331.536.3621.57
Hex4B23360351C4714c2416
Octal1134366065341075144426
Binary1001011100011110110011010111100100011110100110010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,35,54); }

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

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

 a { background-color: rgb(75,35,54); }

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

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

 span { border-color: rgb(75,35,54); }

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