Html Css Color HEX #4D2223 Lonestar

📋 copy color: '#4D2223'

red 77 ◦ green 34 ◦ blue 35

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

Shades of Lonestar #4D2223

Tints of Lonestar #4D2223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.97%

R = 52.74%
G = 23.29%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#4D2223 (or 0x4D2223) is known color: Lonestar. HEX triplet: 4D, 22 and 23. RGB value is (77,34,35). Sum of RGB (Red+Green+Blue) = 77+34+35=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2223 is #B2DDDC. Grayscale: #2F2F2F. Windows color (decimal): -11722205 or 2302541. OLE color: 2302541.

HSL color Cylindrical-coordinate representation of color #4D2223: hue angle of 358.6º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D2223 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 34 35 -
CMYK 0 0.56 0.55 0.70
HSL 358.6º 0.39% 0.22% -
HSV(B) 358.6º 0.56% 0.3% -
XYZ 3.94 2.84 1.93 -
YUV 46.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 77 34 35 0 0.56 0.55 0.70 358.6 0.39 0.22
Hex 4D 22 23 0 38 37 46 167 27 16
Octal 115 42 43 0 70 67 106 547 47 26
Binary 1001101 100010 100011 0 111000 110111 1000110 101100111 100111 10110

Color Harmonies of #4D2223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2223

Black with #4D2223

Text Example


Text Example

White with #4D2223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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