Html Css Color HEX #4B2839 Barossa

📋 copy color: '#4B2839'

red 75 ◦ green 40 ◦ blue 57

#4B2839
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #4B2839

Tints of Barossa #4B2839

RGB

 RED value IS 75 (29.69% from 255) = 43.6%

 GREEN value IS 40 (16.02% from 255) = 23.26%

 BLUE value IS 57 (22.66% from 255) = 33.14%

R = 43.6%
G = 23.26%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#4B2839 (or 0x4B2839) is known color: Barossa. HEX triplet: 4B, 28 and 39. RGB value is (75,40,57). Sum of RGB (Red+Green+Blue) = 75+40+57=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2839 is #B4D7C6. Grayscale: #343434. Windows color (decimal): -11851719 or 3745867. OLE color: 3745867.

HSL color Cylindrical-coordinate representation of color #4B2839: hue angle of 330.86º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B2839 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 40 57 -
CMYK 0 0.47 0.24 0.71
HSL 330.86º 0.3% 0.23% -
HSV(B) 330.86º 0.47% 0.29% -
XYZ 4.4 3.31 4.28 -
YUV 52.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 75 40 57 0 0.47 0.24 0.71 330.86 0.3 0.23
Hex 4B 28 39 0 2F 18 47 14B 1E 17
Octal 113 50 71 0 57 30 107 513 36 27
Binary 1001011 101000 111001 0 101111 11000 1000111 101001011 11110 10111

Color Harmonies of #4B2839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2839

Black with #4B2839

Text Example


Text Example

White with #4B2839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,40,57); }

 H1.HeaderClassName
 {
   color: #4B2839;
 }
 .AnyTagClassName
 {
   color: #4B2839;
 }
</style>

background-color css

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

 a { background-color: rgb(75,40,57); }

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

border-color css

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

 span { border-color: rgb(75,40,57); }

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