Html Css Color HEX #4B2539 Barossa

📋 copy color: '#4B2539'

red 75 ◦ green 37 ◦ blue 57

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

Shades of Barossa #4B2539

Tints of Barossa #4B2539

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.89%

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

R = 44.38%
G = 21.89%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#4B2539 (or 0x4B2539) is known color: Barossa. HEX triplet: 4B, 25 and 39. RGB value is (75,37,57). Sum of RGB (Red+Green+Blue) = 75+37+57=169 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.38% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2539 is #B4DAC6. Grayscale: #323232. Windows color (decimal): -11852487 or 3745099. OLE color: 3745099.

HSL color Cylindrical-coordinate representation of color #4B2539: hue angle of 328.42º 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 #4B2539 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 37 57 -
CMYK 0 0.51 0.24 0.71
HSL 328.42º 0.34% 0.22% -
HSV(B) 328.42º 0.51% 0.29% -
XYZ 4.3 3.11 4.25 -
YUV 50.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 75 37 57 0 0.51 0.24 0.71 328.42 0.34 0.22
Hex 4B 25 39 0 33 18 47 148 22 16
Octal 113 45 71 0 63 30 107 510 42 26
Binary 1001011 100101 111001 0 110011 11000 1000111 101001000 100010 10110

Color Harmonies of #4B2539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2539

Black with #4B2539

Text Example


Text Example

White with #4B2539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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