Html Css Color HEX #4F213E Barossa

📋 copy color: '#4F213E'

red 79 ◦ green 33 ◦ blue 62

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

Shades of Barossa #4F213E

Tints of Barossa #4F213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.97%

 BLUE value IS 62 (24.61% from 255) = 35.63%

R = 45.4%
G = 18.97%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#4F213E (or 0x4F213E) is known color: Barossa. HEX triplet: 4F, 21 and 3E. RGB value is (79,33,62). Sum of RGB (Red+Green+Blue) = 79+33+62=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F213E is #B0DEC1. Grayscale: #313131. Windows color (decimal): -11591362 or 4071759. OLE color: 4071759.

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

Color convert

RGB 79 33 62 -
CMYK 0 0.58 0.22 0.69
HSL 322.17º 0.41% 0.22% -
HSV(B) 322.17º 0.58% 0.31% -
XYZ 4.64 3.1 4.91 -
YUV 50.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 79 33 62 0 0.58 0.22 0.69 322.17 0.41 0.22
Hex 4F 21 3E 0 3A 16 45 142 29 16
Octal 117 41 76 0 72 26 105 502 51 26
Binary 1001111 100001 111110 0 111010 10110 1000101 101000010 101001 10110

Color Harmonies of #4F213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F213E

Black with #4F213E

Text Example


Text Example

White with #4F213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,33,62); }

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

background-color css

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

 a { background-color: rgb(79,33,62); }

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

border-color css

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

 span { border-color: rgb(79,33,62); }

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