Html Css Color HEX #4C2223 Lonestar

📋 copy color: '#4C2223'

red 76 ◦ green 34 ◦ blue 35

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

Shades of Lonestar #4C2223

Tints of Lonestar #4C2223

RGB

 RED value IS 76 (30.08% from 255) = 52.41%

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

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

R = 52.41%
G = 23.45%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.70

RGB Variations

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

Color information

#4C2223 (or 0x4C2223) is known color: Lonestar. HEX triplet: 4C, 22 and 23. RGB value is (76,34,35). Sum of RGB (Red+Green+Blue) = 76+34+35=145 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.41% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2223 is #B3DDDC. Grayscale: #2E2E2E. Windows color (decimal): -11787741 or 2302540. OLE color: 2302540.

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

Color convert

RGB 76 34 35 -
CMYK 0 0.55 0.54 0.70
HSL 358.57º 0.38% 0.22% -
HSV(B) 358.57º 0.55% 0.3% -
XYZ 3.86 2.8 1.93 -
YUV 46.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 76 34 35 0 0.55 0.54 0.70 358.57 0.38 0.22
Hex 4C 22 23 0 37 36 46 167 26 16
Octal 114 42 43 0 67 66 106 547 46 26
Binary 1001100 100010 100011 0 110111 110110 1000110 101100111 100110 10110

Color Harmonies of #4C2223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2223

Black with #4C2223

Text Example


Text Example

White with #4C2223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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