#4D233C

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

Shades of Barossa #4D233C

Tints of Barossa #4D233C

Color information

#4D233C (or 0x4D233C) is unknown color: approx Barossa. HEX triplet: 4D, 23 and 3C. RGB value is (77,35,60). Sum of RGB (Red+Green+Blue) = 77+35+60=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D233C is #B2DCC3. Grayscale: #323232. Windows color (decimal): -11721924 or 3941197. OLE color: 3941197.

HSL color Cylindrical-coordinate representation of color #4D233C: hue angle of 324.29º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D233C is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB773560-
CMYK00.550.220.70
HSL324.29º37.5%21.96%-
HSV(B)324.29º54.55%30.2%-
XYZ4.483.114.64-
YUV50.41133.41146.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44.77%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=44.77%
G=20.35%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77356000.550.220.70324.2937.521.96
Hex4D233C03716461442616
Octal1154374067261065044626
Binary1001101100011111100011011110110100011010100010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,35,60); }

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

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

 a { background-color: rgb(77,35,60); }

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

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

 span { border-color: rgb(77,35,60); }

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