Html Css Color HEX #4F323F Barossa

📋 copy color: '#4F323F'

red 79 ◦ green 50 ◦ blue 63

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

Shades of Barossa #4F323F

Tints of Barossa #4F323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.04%

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

R = 41.15%
G = 26.04%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#4F323F (or 0x4F323F) is known color: Barossa. HEX triplet: 4F, 32 and 3F. RGB value is (79,50,63). Sum of RGB (Red+Green+Blue) = 79+50+63=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 79 - color contains mainly: red. Hex color #4F323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F323F is #B0CDC0. Grayscale: #3C3C3C. Windows color (decimal): -11587009 or 4141647. OLE color: 4141647.

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

Color convert

RGB 79 50 63 -
CMYK 0 0.37 0.20 0.69
HSL 333.1º 0.22% 0.25% -
HSV(B) 333.1º 0.37% 0.31% -
XYZ 5.26 4.3 5.26 -
YUV 60.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 79 50 63 0 0.37 0.20 0.69 333.1 0.22 0.25
Hex 4F 32 3F 0 25 14 45 14D 16 19
Octal 117 62 77 0 45 24 105 515 26 31
Binary 1001111 110010 111111 0 100101 10100 1000101 101001101 10110 11001

Color Harmonies of #4F323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F323F

Black with #4F323F

Text Example


Text Example

White with #4F323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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