Html Css Color HEX #4D1F21 Lonestar

📋 copy color: '#4D1F21'

red 77 ◦ green 31 ◦ blue 33

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

Shades of Lonestar #4D1F21

Tints of Lonestar #4D1F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 23.4%

R = 54.61%
G = 21.99%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4D1F21 (or 0x4D1F21) is known color: Lonestar. HEX triplet: 4D, 1F and 21. RGB value is (77,31,33). Sum of RGB (Red+Green+Blue) = 77+31+33=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1F21 is #B2E0DE. Grayscale: #2D2D2D. Windows color (decimal): -11722975 or 2170701. OLE color: 2170701.

HSL color Cylindrical-coordinate representation of color #4D1F21: hue angle of 357.39º 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 #4D1F21 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 31 33 -
CMYK 0 0.60 0.57 0.70
HSL 357.39º 0.43% 0.21% -
HSV(B) 357.39º 0.6% 0.3% -
XYZ 3.83 2.67 1.75 -
YUV 44.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 77 31 33 0 0.60 0.57 0.70 357.39 0.43 0.21
Hex 4D 1F 21 0 3C 39 46 165 2B 15
Octal 115 37 41 0 74 71 106 545 53 25
Binary 1001101 11111 100001 0 111100 111001 1000110 101100101 101011 10101

Color Harmonies of #4D1F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1F21

Black with #4D1F21

Text Example


Text Example

White with #4D1F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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