Html Css Color HEX #4E2223 Lonestar

📋 copy color: '#4E2223'

red 78 ◦ green 34 ◦ blue 35

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

Shades of Lonestar #4E2223

Tints of Lonestar #4E2223

RGB

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

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

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

R = 53.06%
G = 23.13%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#4E2223 (or 0x4E2223) is known color: Lonestar. HEX triplet: 4E, 22 and 23. RGB value is (78,34,35). Sum of RGB (Red+Green+Blue) = 78+34+35=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2223 is #B1DDDC. Grayscale: #2F2F2F. Windows color (decimal): -11656669 or 2302542. OLE color: 2302542.

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

Color convert

RGB 78 34 35 -
CMYK 0 0.56 0.55 0.69
HSL 358.64º 0.39% 0.22% -
HSV(B) 358.64º 0.56% 0.31% -
XYZ 4.02 2.89 1.94 -
YUV 47.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 78 34 35 0 0.56 0.55 0.69 358.64 0.39 0.22
Hex 4E 22 23 0 38 37 45 167 27 16
Octal 116 42 43 0 70 67 105 547 47 26
Binary 1001110 100010 100011 0 111000 110111 1000101 101100111 100111 10110

Color Harmonies of #4E2223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2223

Black with #4E2223

Text Example


Text Example

White with #4E2223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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