Html Css Color HEX #4B2537 Barossa

📋 copy color: '#4B2537'

red 75 ◦ green 37 ◦ blue 55

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

Shades of Barossa #4B2537

Tints of Barossa #4B2537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.93%

R = 44.91%
G = 22.16%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#4B2537 (or 0x4B2537) is known color: Barossa. HEX triplet: 4B, 25 and 37. RGB value is (75,37,55). Sum of RGB (Red+Green+Blue) = 75+37+55=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2537 is #B4DAC8. Grayscale: #323232. Windows color (decimal): -11852489 or 3614027. OLE color: 3614027.

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

Color convert

RGB 75 37 55 -
CMYK 0 0.51 0.27 0.71
HSL 331.58º 0.34% 0.22% -
HSV(B) 331.58º 0.51% 0.29% -
XYZ 4.25 3.09 3.99 -
YUV 50.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 75 37 55 0 0.51 0.27 0.71 331.58 0.34 0.22
Hex 4B 25 37 0 33 1B 47 14C 22 16
Octal 113 45 67 0 63 33 107 514 42 26
Binary 1001011 100101 110111 0 110011 11011 1000111 101001100 100010 10110

Color Harmonies of #4B2537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2537

Black with #4B2537

Text Example


Text Example

White with #4B2537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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