Html Css Color HEX #4C1C1D Lonestar

📋 copy color: '#4C1C1D'

red 76 ◦ green 28 ◦ blue 29

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

Shades of Lonestar #4C1C1D

Tints of Lonestar #4C1C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.05%

 BLUE value IS 29 (11.72% from 255) = 21.8%

R = 57.14%
G = 21.05%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#4C1C1D (or 0x4C1C1D) is known color: Lonestar. HEX triplet: 4C, 1C and 1D. RGB value is (76,28,29). Sum of RGB (Red+Green+Blue) = 76+28+29=133 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.14% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1C1D is #B3E3E2. Grayscale: #2A2A2A. Windows color (decimal): -11789283 or 1907788. OLE color: 1907788.

HSL color Cylindrical-coordinate representation of color #4C1C1D: hue angle of 358.75º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C1C1D is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 28 29 -
CMYK 0 0.63 0.62 0.70
HSL 358.75º 0.46% 0.2% -
HSV(B) 358.75º 0.63% 0.3% -
XYZ 3.62 2.46 1.45 -
YUV 42.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 76 28 29 0 0.63 0.62 0.70 358.75 0.46 0.2
Hex 4C 1C 1D 0 3F 3E 46 167 2E 14
Octal 114 34 35 0 77 76 106 547 56 24
Binary 1001100 11100 11101 0 111111 111110 1000110 101100111 101110 10100

Color Harmonies of #4C1C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1C1D

Black with #4C1C1D

Text Example


Text Example

White with #4C1C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,28,29); }

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

background-color css

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

 a { background-color: rgb(76,28,29); }

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

border-color css

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

 span { border-color: rgb(76,28,29); }

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