#4D233D

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

Shades of Barossa #4D233D

Tints of Barossa #4D233D

Color information

#4D233D (or 0x4D233D) is unknown color: approx Barossa. HEX triplet: 4D, 23 and 3D. RGB value is (77,35,61). Sum of RGB (Red+Green+Blue) = 77+35+61=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D233D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D233D is #B2DCC2. Grayscale: #323232. Windows color (decimal): -11721923 or 4006733. OLE color: 4006733.

HSL color Cylindrical-coordinate representation of color #4D233D: hue angle of 322.86º 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 #4D233D is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB773561-
CMYK00.550.210.70
HSL322.86º37.5%21.96%-
HSV(B)322.86º54.55%30.2%-
XYZ4.53.124.78-
YUV50.52133.91146.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44.51%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 61 (24.22% from 255) = 35.26%
R=44.51%
G=20.23%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77356100.550.210.70322.8637.521.96
Hex4D233D03715461432616
Octal1154375067251065034626
Binary1001101100011111101011011110101100011010100001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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