Html Css Color HEX #4A273C Barossa

📋 copy color: '#4A273C'

red 74 ◦ green 39 ◦ blue 60

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

Shades of Barossa #4A273C

Tints of Barossa #4A273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.54%

 BLUE value IS 60 (23.83% from 255) = 34.68%

R = 42.77%
G = 22.54%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#4A273C (or 0x4A273C) is known color: Barossa. HEX triplet: 4A, 27 and 3C. RGB value is (74,39,60). Sum of RGB (Red+Green+Blue) = 74+39+60=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 74 - color contains mainly: red. Hex color #4A273C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A273C is #B5D8C3. Grayscale: #333333. Windows color (decimal): -11917508 or 3942218. OLE color: 3942218.

HSL color Cylindrical-coordinate representation of color #4A273C: hue angle of 324º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A273C is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 39 60 -
CMYK 0 0.47 0.19 0.71
HSL 324º 0.31% 0.22% -
HSV(B) 324º 0.47% 0.29% -
XYZ 4.37 3.23 4.67 -
YUV 51.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 74 39 60 0 0.47 0.19 0.71 324 0.31 0.22
Hex 4A 27 3C 0 2F 13 47 144 1F 16
Octal 112 47 74 0 57 23 107 504 37 26
Binary 1001010 100111 111100 0 101111 10011 1000111 101000100 11111 10110

Color Harmonies of #4A273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A273C

Black with #4A273C

Text Example


Text Example

White with #4A273C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,39,60); }

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

background-color css

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

 a { background-color: rgb(74,39,60); }

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

border-color css

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

 span { border-color: rgb(74,39,60); }

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