#4D253D

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

Shades of Barossa #4D253D

Tints of Barossa #4D253D

Color information

#4D253D (or 0x4D253D) is unknown color: approx Barossa. HEX triplet: 4D, 25 and 3D. RGB value is (77,37,61). Sum of RGB (Red+Green+Blue) = 77+37+61=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 77 - color contains mainly: red. Hex color #4D253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D253D is #B2DAC2. Grayscale: #333333. Windows color (decimal): -11721411 or 4007245. OLE color: 4007245.

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

Color convert

RGB773761-
CMYK00.520.210.70
HSL324º35.09%22.35%-
HSV(B)324º51.95%30.2%-
XYZ4.563.244.8-
YUV51.7133.25146.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=44%
G=21.14%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77376100.520.210.7032435.0922.35
Hex4D253D03415461442316
Octal1154575064251065044326
Binary1001101100101111101011010010101100011010100010010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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