Html Css Color HEX #4B2239 Barossa

📋 copy color: '#4B2239'

red 75 ◦ green 34 ◦ blue 57

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

Shades of Barossa #4B2239

Tints of Barossa #4B2239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.48%

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

R = 45.18%
G = 20.48%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#4B2239 (or 0x4B2239) is known color: Barossa. HEX triplet: 4B, 22 and 39. RGB value is (75,34,57). Sum of RGB (Red+Green+Blue) = 75+34+57=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2239 is #B4DDC6. Grayscale: #303030. Windows color (decimal): -11853255 or 3744331. OLE color: 3744331.

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

Color convert

RGB 75 34 57 -
CMYK 0 0.55 0.24 0.71
HSL 326.34º 0.38% 0.21% -
HSV(B) 326.34º 0.55% 0.29% -
XYZ 4.21 2.94 4.22 -
YUV 48.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 75 34 57 0 0.55 0.24 0.71 326.34 0.38 0.21
Hex 4B 22 39 0 37 18 47 146 26 15
Octal 113 42 71 0 67 30 107 506 46 25
Binary 1001011 100010 111001 0 110111 11000 1000111 101000110 100110 10101

Color Harmonies of #4B2239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2239

Black with #4B2239

Text Example


Text Example

White with #4B2239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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