Html Css Color HEX #4E2123 Lonestar

📋 copy color: '#4E2123'

red 78 ◦ green 33 ◦ blue 35

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

Shades of Lonestar #4E2123

Tints of Lonestar #4E2123

RGB

 RED value IS 78 (30.86% from 255) = 53.42%

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

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

R = 53.42%
G = 22.6%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#4E2123 (or 0x4E2123) is known color: Lonestar. HEX triplet: 4E, 21 and 23. RGB value is (78,33,35). Sum of RGB (Red+Green+Blue) = 78+33+35=146 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.42% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2123 is #B1DEDC. Grayscale: #2E2E2E. Windows color (decimal): -11656925 or 2302286. OLE color: 2302286.

HSL color Cylindrical-coordinate representation of color #4E2123: hue angle of 357.33º 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 #4E2123 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 33 35 -
CMYK 0 0.58 0.55 0.69
HSL 357.33º 0.41% 0.22% -
HSV(B) 357.33º 0.58% 0.31% -
XYZ 3.99 2.83 1.93 -
YUV 46.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 78 33 35 0 0.58 0.55 0.69 357.33 0.41 0.22
Hex 4E 21 23 0 3A 37 45 165 29 16
Octal 116 41 43 0 72 67 105 545 51 26
Binary 1001110 100001 100011 0 111010 110111 1000101 101100101 101001 10110

Color Harmonies of #4E2123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2123

Black with #4E2123

Text Example


Text Example

White with #4E2123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,33,35); }

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

background-color css

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

 a { background-color: rgb(78,33,35); }

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

border-color css

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

 span { border-color: rgb(78,33,35); }

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