Html Css Color HEX #4A233A Barossa

📋 copy color: '#4A233A'

red 74 ◦ green 35 ◦ blue 58

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

Shades of Barossa #4A233A

Tints of Barossa #4A233A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 34.73%

R = 44.31%
G = 20.96%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#4A233A (or 0x4A233A) is known color: Barossa. HEX triplet: 4A, 23 and 3A. RGB value is (74,35,58). Sum of RGB (Red+Green+Blue) = 74+35+58=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 74 - color contains mainly: red. Hex color #4A233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A233A is #B5DCC5. Grayscale: #313131. Windows color (decimal): -11918534 or 3810122. OLE color: 3810122.

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

Color convert

RGB 74 35 58 -
CMYK 0 0.53 0.22 0.71
HSL 324.62º 0.36% 0.21% -
HSV(B) 324.62º 0.53% 0.29% -
XYZ 4.19 2.96 4.35 -
YUV 49.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 74 35 58 0 0.53 0.22 0.71 324.62 0.36 0.21
Hex 4A 23 3A 0 35 16 47 145 24 15
Octal 112 43 72 0 65 26 107 505 44 25
Binary 1001010 100011 111010 0 110101 10110 1000111 101000101 100100 10101

Color Harmonies of #4A233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A233A

Black with #4A233A

Text Example


Text Example

White with #4A233A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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