#4B253D

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

Shades of Barossa #4B253D

Tints of Barossa #4B253D

Color information

#4B253D (or 0x4B253D) is unknown color: approx Barossa. HEX triplet: 4B, 25 and 3D. RGB value is (75,37,61). Sum of RGB (Red+Green+Blue) = 75+37+61=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B253D is #B4DAC2. Grayscale: #333333. Windows color (decimal): -11852483 or 4007243. OLE color: 4007243.

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

Color convert

RGB753761-
CMYK00.510.190.71
HSL322.11º33.93%21.96%-
HSV(B)322.11º50.67%29.41%-
XYZ4.413.164.79-
YUV51.1133.59145.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.35%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 61 (24.22% from 255) = 35.26%
R=43.35%
G=21.39%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75376100.510.190.71322.1133.9321.96
Hex4B253D03313471422216
Octal1134575063231075024226
Binary1001011100101111101011001110011100011110100001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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