Html Css Color HEX #4B2237 Barossa

📋 copy color: '#4B2237'

red 75 ◦ green 34 ◦ blue 55

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

Shades of Barossa #4B2237

Tints of Barossa #4B2237

RGB

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

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

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

R = 45.73%
G = 20.73%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#4B2237 (or 0x4B2237) is known color: Barossa. HEX triplet: 4B, 22 and 37. RGB value is (75,34,55). Sum of RGB (Red+Green+Blue) = 75+34+55=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2237 is #B4DDC8. Grayscale: #303030. Windows color (decimal): -11853257 or 3613259. OLE color: 3613259.

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

Color convert

RGB 75 34 55 -
CMYK 0 0.55 0.27 0.71
HSL 329.27º 0.38% 0.21% -
HSV(B) 329.27º 0.55% 0.29% -
XYZ 4.16 2.92 3.96 -
YUV 48.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 75 34 55 0 0.55 0.27 0.71 329.27 0.38 0.21
Hex 4B 22 37 0 37 1B 47 149 26 15
Octal 113 42 67 0 67 33 107 511 46 25
Binary 1001011 100010 110111 0 110111 11011 1000111 101001001 100110 10101

Color Harmonies of #4B2237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2237

Black with #4B2237

Text Example


Text Example

White with #4B2237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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