Html Css Color HEX #4A2336 Barossa

📋 copy color: '#4A2336'

red 74 ◦ green 35 ◦ blue 54

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

Shades of Barossa #4A2336

Tints of Barossa #4A2336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 33.13%

R = 45.4%
G = 21.47%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#4A2336 (or 0x4A2336) is known color: Barossa. HEX triplet: 4A, 23 and 36. RGB value is (74,35,54). Sum of RGB (Red+Green+Blue) = 74+35+54=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2336 is #B5DCC9. Grayscale: #303030. Windows color (decimal): -11918538 or 3547978. OLE color: 3547978.

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

Color convert

RGB 74 35 54 -
CMYK 0 0.53 0.27 0.71
HSL 330.77º 0.36% 0.21% -
HSV(B) 330.77º 0.53% 0.29% -
XYZ 4.09 2.92 3.84 -
YUV 48.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 74 35 54 0 0.53 0.27 0.71 330.77 0.36 0.21
Hex 4A 23 36 0 35 1B 47 14B 24 15
Octal 112 43 66 0 65 33 107 513 44 25
Binary 1001010 100011 110110 0 110101 11011 1000111 101001011 100100 10101

Color Harmonies of #4A2336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2336

Black with #4A2336

Text Example


Text Example

White with #4A2336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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