Html Css Color HEX #4D1F22 Lonestar

📋 copy color: '#4D1F22'

red 77 ◦ green 31 ◦ blue 34

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

Shades of Lonestar #4D1F22

Tints of Lonestar #4D1F22

RGB

 RED value IS 77 (30.47% from 255) = 54.23%

 GREEN value IS 31 (12.5% from 255) = 21.83%

 BLUE value IS 34 (13.67% from 255) = 23.94%

R = 54.23%
G = 21.83%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.70

RGB Variations

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

Color information

#4D1F22 (or 0x4D1F22) is known color: Lonestar. HEX triplet: 4D, 1F and 22. RGB value is (77,31,34). Sum of RGB (Red+Green+Blue) = 77+31+34=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1F22 is #B2E0DD. Grayscale: #2D2D2D. Windows color (decimal): -11722974 or 2236237. OLE color: 2236237.

HSL color Cylindrical-coordinate representation of color #4D1F22: hue angle of 356.09º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D1F22 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 31 34 -
CMYK 0 0.60 0.56 0.70
HSL 356.09º 0.43% 0.21% -
HSV(B) 356.09º 0.6% 0.3% -
XYZ 3.84 2.67 1.83 -
YUV 45.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 77 31 34 0 0.60 0.56 0.70 356.09 0.43 0.21
Hex 4D 1F 22 0 3C 38 46 164 2B 15
Octal 115 37 42 0 74 70 106 544 53 25
Binary 1001101 11111 100010 0 111100 111000 1000110 101100100 101011 10101

Color Harmonies of #4D1F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1F22

Black with #4D1F22

Text Example


Text Example

White with #4D1F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,31,34); }

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

background-color css

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

 a { background-color: rgb(77,31,34); }

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

border-color css

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

 span { border-color: rgb(77,31,34); }

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