Html Css Color HEX #4F2239 Barossa

📋 copy color: '#4F2239'

red 79 ◦ green 34 ◦ blue 57

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

Shades of Barossa #4F2239

Tints of Barossa #4F2239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20%

 BLUE value IS 57 (22.66% from 255) = 33.53%

R = 46.47%
G = 20%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#4F2239 (or 0x4F2239) is known color: Barossa. HEX triplet: 4F, 22 and 39. RGB value is (79,34,57). Sum of RGB (Red+Green+Blue) = 79+34+57=170 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.47% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2239 is #B0DDC6. Grayscale: #323232. Windows color (decimal): -11591111 or 3744335. OLE color: 3744335.

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

Color convert

RGB 79 34 57 -
CMYK 0 0.57 0.28 0.69
HSL 329.33º 0.4% 0.22% -
HSV(B) 329.33º 0.57% 0.31% -
XYZ 4.53 3.1 4.23 -
YUV 50.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 79 34 57 0 0.57 0.28 0.69 329.33 0.4 0.22
Hex 4F 22 39 0 39 1C 45 149 28 16
Octal 117 42 71 0 71 34 105 511 50 26
Binary 1001111 100010 111001 0 111001 11100 1000101 101001001 101000 10110

Color Harmonies of #4F2239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2239

Black with #4F2239

Text Example


Text Example

White with #4F2239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,34,57); }

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

background-color css

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

 a { background-color: rgb(79,34,57); }

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

border-color css

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

 span { border-color: rgb(79,34,57); }

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