Html Css Color HEX #4F293A Barossa

📋 copy color: '#4F293A'

red 79 ◦ green 41 ◦ blue 58

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

Shades of Barossa #4F293A

Tints of Barossa #4F293A

RGB

 RED value IS 79 (31.25% from 255) = 44.38%

 GREEN value IS 41 (16.41% from 255) = 23.03%

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

R = 44.38%
G = 23.03%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.69

RGB Variations

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

Color information

#4F293A (or 0x4F293A) is known color: Barossa. HEX triplet: 4F, 29 and 3A. RGB value is (79,41,58). Sum of RGB (Red+Green+Blue) = 79+41+58=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F293A is #B0D6C5. Grayscale: #363636. Windows color (decimal): -11589318 or 3811663. OLE color: 3811663.

HSL color Cylindrical-coordinate representation of color #4F293A: hue angle of 333.16º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F293A is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 41 58 -
CMYK 0 0.48 0.27 0.69
HSL 333.16º 0.32% 0.24% -
HSV(B) 333.16º 0.48% 0.31% -
XYZ 4.78 3.55 4.44 -
YUV 54.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 79 41 58 0 0.48 0.27 0.69 333.16 0.32 0.24
Hex 4F 29 3A 0 30 1B 45 14D 20 18
Octal 117 51 72 0 60 33 105 515 40 30
Binary 1001111 101001 111010 0 110000 11011 1000101 101001101 100000 11000

Color Harmonies of #4F293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F293A

Black with #4F293A

Text Example


Text Example

White with #4F293A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,41,58); }

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

background-color css

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

 a { background-color: rgb(79,41,58); }

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

border-color css

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

 span { border-color: rgb(79,41,58); }

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