Html Css Color HEX #4F2429 Lonestar

📋 copy color: '#4F2429'

red 79 ◦ green 36 ◦ blue 41

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

Shades of Lonestar #4F2429

Tints of Lonestar #4F2429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.08%

 BLUE value IS 41 (16.41% from 255) = 26.28%

R = 50.64%
G = 23.08%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#4F2429 (or 0x4F2429) is known color: Lonestar. HEX triplet: 4F, 24 and 29. RGB value is (79,36,41). Sum of RGB (Red+Green+Blue) = 79+36+41=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2429 is #B0DBD6. Grayscale: #313131. Windows color (decimal): -11590615 or 2696271. OLE color: 2696271.

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

Color convert

RGB 79 36 41 -
CMYK 0 0.54 0.48 0.69
HSL 353.02º 0.37% 0.23% -
HSV(B) 353.02º 0.54% 0.31% -
XYZ 4.26 3.08 2.47 -
YUV 49.43 123.25 149.09 -
System Red Green Blue C M Y K H S L
Decimal 79 36 41 0 0.54 0.48 0.69 353.02 0.37 0.23
Hex 4F 24 29 0 36 30 45 161 25 17
Octal 117 44 51 0 66 60 105 541 45 27
Binary 1001111 100100 101001 0 110110 110000 1000101 101100001 100101 10111

Color Harmonies of #4F2429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2429

Black with #4F2429

Text Example


Text Example

White with #4F2429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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