Html Css Color HEX #4C1D1E Lonestar

📋 copy color: '#4C1D1E'

red 76 ◦ green 29 ◦ blue 30

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

Shades of Lonestar #4C1D1E

Tints of Lonestar #4C1D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.48%

 BLUE value IS 30 (12.11% from 255) = 22.22%

R = 56.3%
G = 21.48%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#4C1D1E (or 0x4C1D1E) is known color: Lonestar. HEX triplet: 4C, 1D and 1E. RGB value is (76,29,30). Sum of RGB (Red+Green+Blue) = 76+29+30=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1D1E is #B3E2E1. Grayscale: #2B2B2B. Windows color (decimal): -11789026 or 1973580. OLE color: 1973580.

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

Color convert

RGB 76 29 30 -
CMYK 0 0.62 0.61 0.70
HSL 358.72º 0.45% 0.21% -
HSV(B) 358.72º 0.62% 0.3% -
XYZ 3.65 2.51 1.52 -
YUV 43.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 76 29 30 0 0.62 0.61 0.70 358.72 0.45 0.21
Hex 4C 1D 1E 0 3E 3D 46 167 2D 15
Octal 114 35 36 0 76 75 106 547 55 25
Binary 1001100 11101 11110 0 111110 111101 1000110 101100111 101101 10101

Color Harmonies of #4C1D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1D1E

Black with #4C1D1E

Text Example


Text Example

White with #4C1D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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