Html Css Color HEX #4A2337 Barossa

📋 copy color: '#4A2337'

red 74 ◦ green 35 ◦ blue 55

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

Shades of Barossa #4A2337

Tints of Barossa #4A2337

RGB

 RED value IS 74 (29.3% from 255) = 45.12%

 GREEN value IS 35 (14.06% from 255) = 21.34%

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

R = 45.12%
G = 21.34%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#4A2337 (or 0x4A2337) is known color: Barossa. HEX triplet: 4A, 23 and 37. RGB value is (74,35,55). Sum of RGB (Red+Green+Blue) = 74+35+55=164 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.12% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2337 is #B5DCC8. Grayscale: #303030. Windows color (decimal): -11918537 or 3613514. OLE color: 3613514.

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

Color convert

RGB 74 35 55 -
CMYK 0 0.53 0.26 0.71
HSL 329.23º 0.36% 0.21% -
HSV(B) 329.23º 0.53% 0.29% -
XYZ 4.11 2.93 3.96 -
YUV 48.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 74 35 55 0 0.53 0.26 0.71 329.23 0.36 0.21
Hex 4A 23 37 0 35 1A 47 149 24 15
Octal 112 43 67 0 65 32 107 511 44 25
Binary 1001010 100011 110111 0 110101 11010 1000111 101001001 100100 10101

Color Harmonies of #4A2337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2337

Black with #4A2337

Text Example


Text Example

White with #4A2337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,35,55); }

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

background-color css

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

 a { background-color: rgb(74,35,55); }

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

border-color css

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

 span { border-color: rgb(74,35,55); }

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