Html Css Color HEX #4F293F Barossa

📋 copy color: '#4F293F'

red 79 ◦ green 41 ◦ blue 63

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

Shades of Barossa #4F293F

Tints of Barossa #4F293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.43%

R = 43.17%
G = 22.4%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#4F293F (or 0x4F293F) is known color: Barossa. HEX triplet: 4F, 29 and 3F. RGB value is (79,41,63). Sum of RGB (Red+Green+Blue) = 79+41+63=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 79 - color contains mainly: red. Hex color #4F293F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F293F is #B0D6C0. Grayscale: #363636. Windows color (decimal): -11589313 or 4139343. OLE color: 4139343.

HSL color Cylindrical-coordinate representation of color #4F293F: hue angle of 325.26º 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 #4F293F is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 41 63 -
CMYK 0 0.48 0.20 0.69
HSL 325.26º 0.32% 0.24% -
HSV(B) 325.26º 0.48% 0.31% -
XYZ 4.91 3.61 5.14 -
YUV 54.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 79 41 63 0 0.48 0.20 0.69 325.26 0.32 0.24
Hex 4F 29 3F 0 30 14 45 145 20 18
Octal 117 51 77 0 60 24 105 505 40 30
Binary 1001111 101001 111111 0 110000 10100 1000101 101000101 100000 11000

Color Harmonies of #4F293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F293F

Black with #4F293F

Text Example


Text Example

White with #4F293F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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