Html Css Color HEX #4F3040 Barossa

📋 copy color: '#4F3040'

red 79 ◦ green 48 ◦ blue 64

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

Shades of Barossa #4F3040

Tints of Barossa #4F3040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.13%

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 41.36%
G = 25.13%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#4F3040 (or 0x4F3040) is known color: Barossa. HEX triplet: 4F, 30 and 40. RGB value is (79,48,64). Sum of RGB (Red+Green+Blue) = 79+48+64=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3040 is #B0CFBF. Grayscale: #3B3B3B. Windows color (decimal): -11587520 or 4206671. OLE color: 4206671.

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

Color convert

RGB 79 48 64 -
CMYK 0 0.39 0.19 0.69
HSL 329.03º 0.24% 0.25% -
HSV(B) 329.03º 0.39% 0.31% -
XYZ 5.21 4.15 5.38 -
YUV 59.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 79 48 64 0 0.39 0.19 0.69 329.03 0.24 0.25
Hex 4F 30 40 0 27 13 45 149 18 19
Octal 117 60 100 0 47 23 105 511 30 31
Binary 1001111 110000 1000000 0 100111 10011 1000101 101001001 11000 11001

Color Harmonies of #4F3040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3040

Black with #4F3040

Text Example


Text Example

White with #4F3040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,48,64); }

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

background-color css

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

 a { background-color: rgb(79,48,64); }

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

border-color css

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

 span { border-color: rgb(79,48,64); }

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